We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556d524 commit 80e3921Copy full SHA for 80e3921
tests/test_optimizers.py
@@ -58,7 +58,7 @@
58
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'adam': True, 'eps': 1e-8}, 500),
59
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'pre_norm': True, 'eps': 1e-8}, 500),
60
(LARS, {'lr': 1e-1, 'weight_decay': 1e-3}, 500),
61
- (RaLamb, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
+ (RaLamb, {'lr': 5e-1, 'weight_decay': 1e-3}, 200),
62
(RaLamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'pre_norm': True}, 500),
63
# (RaLamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'degenerated_to_sgd': True}, 200),
64
(MADGRAD, {'lr': 1e-2, 'weight_decay': 1e-3}, 500),
0 commit comments