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 e94830b commit ed3484aCopy full SHA for ed3484a
tests/test_optimizers.py
@@ -78,7 +78,7 @@ def build_lookahead(*parameters, **kwargs):
78
(RAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
79
(SGDP, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
80
(Ranger, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
81
- (Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 1000}, 500),
+ (Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 500}, 500),
82
]
83
84
0 commit comments