Skip to content

Commit

Permalink
Remove deprecated attrs_dropout from experiment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpainchaud committed Oct 31, 2023
1 parent 98f0ec8 commit 1644ece
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ task:
contrastive_loss:
_target_: vital.metrics.train.metric.NTXent
contrastive_loss_weight: 0
attrs_dropout: [ 0.1, 0 ]
mtr_p: [ 0.3, 0 ]

callbacks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ excluded_clinical_attrs: ${oc.dict.keys:task.predict_losses}

task:
predict_losses: ???
attrs_dropout: [0.1, 0]

callbacks:
transformer_encoder_freeze:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ task:
contrastive_loss:
_target_: vital.metrics.train.metric.NTXent
contrastive_loss_weight: 0
attrs_dropout: [ 0.1, 0 ]
mtr_p: [ 0.3, 0 ]

hydra:
Expand Down

0 comments on commit 1644ece

Please sign in to comment.