diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-20 01:13:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-20 01:13:09 +0200 |
commit | efeca190eb62a7d0b470f02ae0fd07f0a3f11ef3 (patch) | |
tree | 3e2c11e5d2422dc175ef430785b9a25d1f2f2f04 /training/conf | |
parent | 4bba371173c8f6bcc09c55cb5a34fa9fb704cb8f (diff) |
Remove legacy hydra config
Diffstat (limited to 'training/conf')
-rw-r--r-- | training/conf/config.yaml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/training/conf/config.yaml b/training/conf/config.yaml index 46a1e43..e406166 100644 --- a/training/conf/config.yaml +++ b/training/conf/config.yaml @@ -19,24 +19,11 @@ train: true test: true logging: INFO -# datamodule: -# word_pieces: false - -# model: -# max_output_len: 682 - -# path to original working directory -# hydra hijacks working directory by changing it to the current log directory, -# so it's useful to have this path as a special variable -# learn more here: -# https://hydra.cc/docs/next/tutorials/basic/running_your_app/working_directory -work_dir: ${hydra:runtime.cwd} - # use `python run.py debug=true` for easy debugging! # this will run 1 train, val and test loop with only 1 batch # equivalent to running `python run.py trainer.fast_dev_run=true` # (this is placed here just for easier access from command line) -debug: False +debug: false # pretty print config at the start of the run using Rich library print_config: false @@ -44,4 +31,4 @@ print_config: false # disable python warnings if they annoy you ignore_warnings: true -summary: null # [1, 576, 640] +summary: null |