diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-29 21:40:19 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-29 21:40:19 +0200 |
commit | 2f1bb639fd5bb6b510af85fb597e9322abc17bc0 (patch) | |
tree | 3269155b33f33bf2964dc1bdff34d7929b3227f2 /training/conf/lr_schedulers/one_cycle.yaml | |
parent | da7d2171c818afefb3bad3cd66ce85fddd519c1c (diff) |
Remove uploading of code to Wandb, upload config instead
Diffstat (limited to 'training/conf/lr_schedulers/one_cycle.yaml')
-rw-r--r-- | training/conf/lr_schedulers/one_cycle.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/conf/lr_schedulers/one_cycle.yaml b/training/conf/lr_schedulers/one_cycle.yaml index c60577a..801a01f 100644 --- a/training/conf/lr_schedulers/one_cycle.yaml +++ b/training/conf/lr_schedulers/one_cycle.yaml @@ -1,4 +1,4 @@ -onc_cycle: +one_cycle: _target_: torch.optim.lr_scheduler.OneCycleLR max_lr: 1.0e-3 total_steps: null |