Skip to content

Commit

Permalink
Add fourier flags to train config
Browse files Browse the repository at this point in the history
Co-authored-by: nicolashuynh <[email protected]>
  • Loading branch information
JonathanCrabbe and nicolashuynh committed Dec 1, 2023
1 parent 397582a commit fcecb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/conf/datamodule/ecg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_target_: fdiff.dataloaders.datamodules.ECGDatamodule
data_dir: ${hydra:runtime.cwd}/data
random_seed: ${random_seed}
fourier_transform: ${fourier_transform}
batch_size: 64
1 change: 1 addition & 0 deletions cmd/conf/train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
random_seed: 42
fourier_transform: false
defaults:
- _self_
- score_model: default
Expand Down

0 comments on commit fcecb26

Please sign in to comment.