diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2022-08-10 18:04:50 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2022-08-10 18:04:50 +0800 |
commit | 81597cdd0a55140f50b32b69507bfa5309b75f44 (patch) | |
tree | 72db21200f67a0a2b59bcf5a5a1f0c136d0daf32 /supervised/config.yaml | |
parent | 95d5e4e82df0de08210088d07d6d89692f1325d1 (diff) |
Update config files
Diffstat (limited to 'supervised/config.yaml')
-rw-r--r-- | supervised/config.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/supervised/config.yaml b/supervised/config.yaml deleted file mode 100644 index a3cf4f6..0000000 --- a/supervised/config.yaml +++ /dev/null @@ -1,28 +0,0 @@ -codename: cifar10-resnet50-256-adam-linear -seed: -1 -num_iters: 1000 -log_dir: logs -checkpoint_dir: checkpoints - -backbone: resnet -label_smooth: 0 - -dataset: cifar10 -dataset_dir: dataset -crop_size: 32 -crop_scale_range: - - 0.8 - - 1 -hflip_prob: 0.5 - -batch_size: 256 -num_workers: 2 - -optim: adam -lr: 0.001 -betas: - - 0.9 - - 0.999 -weight_decay: 1.0e-06 - -sched: linear
\ No newline at end of file |