Skip to content

Commit

Permalink
Fix config loss weights
Browse files Browse the repository at this point in the history
  • Loading branch information
mathpluscode committed Jan 2, 2024
1 parent 277eee4 commit c40b586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions imgx/conf/task/gaussian_diff_seg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ model:

loss:
dice: 1.0
cross_entropy: 0.0
focal: 1.0
cross_entropy: 1.0
focal: 0.0
mse: 0.0
vlb: 0.0

Expand Down
4 changes: 2 additions & 2 deletions imgx/conf/task/seg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ model:

loss:
dice: 1.0
cross_entropy: 0.0
focal: 1.0
cross_entropy: 1.0
focal: 0.0

early_stopping: # used on validation set
metric: "mean_binary_dice_score_without_background"
Expand Down

0 comments on commit c40b586

Please sign in to comment.