From a809cbe6074c51b12049b20cfa220199f51d6a6a Mon Sep 17 00:00:00 2001 From: Marcel Arpogaus <38564291+MArpogaus@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:37:19 +0200 Subject: [PATCH] allow flexible bound for bimodal model --- cml/params.yaml | 4 +--- metrics/bimodal/bm_metrics.yaml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cml/params.yaml b/cml/params.yaml index 276de9b..b9f49f1 100644 --- a/cml/params.yaml +++ b/cml/params.yaml @@ -8,10 +8,8 @@ bimodal: kwds: low: -3 high: 3 - smooth_bounds: true allow_flexible_bounds: true - # fn: !!python/name:tensorflow.square - # clip_base_distribution: true + smooth_bounds: true clip_to_bernstein_domain: false scale_base_distribution: false scale_data: true diff --git a/metrics/bimodal/bm_metrics.yaml b/metrics/bimodal/bm_metrics.yaml index 0f00779..67c9322 100644 --- a/metrics/bimodal/bm_metrics.yaml +++ b/metrics/bimodal/bm_metrics.yaml @@ -1,2 +1,2 @@ -loss: -0.8239167332649231 -val_loss: -0.8506865501403809 +loss: -0.843965470790863 +val_loss: -0.8793509006500244