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 b5f3da2 commit 3ef421bCopy full SHA for 3ef421b
tests/test_optimizers.py
@@ -78,7 +78,7 @@ def build_lookahead(*parameters, **kwargs):
78
(MADGRAD, {'lr': 1e-2, 'weight_decay': 1e-3}, 200),
79
(RAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
80
(SGDP, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
81
- # (Ranger, {'lr': 1e-3, 'weight_decay': 1e-3, 'betas': (0.99, 0.999)}, 200),
+ (Ranger, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
82
# (AdaHessian, {'lr': 1e-2, 'weight_decay': 1e-3}, 200),
83
]
84
0 commit comments