Skip to content

Commit

Permalink
allow flexible bound for bimodal model
Browse files Browse the repository at this point in the history
  • Loading branch information
MArpogaus committed Jun 13, 2024
1 parent f025ff2 commit a809cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions cml/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions metrics/bimodal/bm_metrics.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
loss: -0.8239167332649231
val_loss: -0.8506865501403809
loss: -0.843965470790863
val_loss: -0.8793509006500244

0 comments on commit a809cbe

Please sign in to comment.