Skip to content

Commit e94830b

Browse files
committed
update: remove AdaHessian optimizer
1 parent 5fec6f8 commit e94830b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_optimizers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def build_lookahead(*parameters, **kwargs):
7979
(SGDP, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
8080
(Ranger, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
8181
(Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 1000}, 500),
82-
# (AdaHessian, {'lr': 1e-2, 'weight_decay': 1e-3}, 200),
8382
]
8483

8584

0 commit comments

Comments
 (0)