-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update naming scheme of custom transformer experiment configs + outpu…
…t folders hierarchy
- Loading branch information
1 parent
010960b
commit 722549c
Showing
7 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
22 changes: 0 additions & 22 deletions
22
didactic/config/experiment/cardinal/cardiac-multimodal-representation-pretrain.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
didactic/config/experiment/cardinal/multimodal-xformer-pretrain.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# @package _global_ | ||
|
||
defaults: | ||
- cardinal/multimodal-xformer | ||
|
||
trainer: | ||
max_epochs: 2500 | ||
|
||
excluded_clinical_attrs: ??? | ||
|
||
task: | ||
contrastive_loss: | ||
_target_: vital.metrics.train.metric.NTXent | ||
contrastive_loss_weight: 1 | ||
mtr_p: [0.3, 0] | ||
|
||
hydra: | ||
run: | ||
dir: ${oc.env:CARDIAC_MULTIMODAL_REPR_PATH}/pretrain/${experiment_dirname}/excluded_clinical_attrs=${excluded_clinical_attrs}/${hydra.job.override_dirname} | ||
sweep: | ||
dir: ${oc.env:CARDIAC_MULTIMODAL_REPR_PATH}/pretrain | ||
subdir: ${experiment_dirname}/excluded_clinical_attrs=${excluded_clinical_attrs}/${hydra.job.override_dirname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters