Skip to content

Commit 80c1bfb

Browse files
committed
update: recipes
1 parent 1881cdd commit 80c1bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@
385385
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3, 'adam_debias': True}, 35),
386386
(AdamP, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 5),
387387
(AdamS, {'lr': 2e1, 'weight_decay': 1e-3, 'adam_debias': True}, 5),
388-
(DiffGrad, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 15),
389-
(Lamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'adam_debias': True}, 15),
388+
(DiffGrad, {'lr': 2e0, 'weight_decay': 1e-3, 'rectify': True, 'adam_debias': True}, 15),
389+
(Lamb, {'lr': 1e0, 'weight_decay': 1e-3, 'rectify': True, 'adam_debias': True}, 30),
390390
(RAdam, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 25),
391391
(Ranger, {'lr': 5e0, 'weight_decay': 1e-3, 'adam_debias': True}, 50),
392392
(Ranger21, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True, 'num_iterations': 125}, 125),

0 commit comments

Comments
 (0)