Skip to content

Commit

Permalink
update: Aida recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Mar 2, 2024
1 parent 9cb541f commit 4fc6a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,5 @@
(AdaMax, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 5),
(AvaGrad, {'lr': 1e1, 'weight_decay': 1e-3, 'adam_debias': True}, 5),
(AdaHessian, {'lr': 5e0, 'weight_decay': 1e-3, 'adam_debias': True}, 5),
(Aida, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 5),
(Aida, {'lr': 1e1, 'weight_decay': 1e-3, 'rectify': True, 'adam_debias': True}, 5),
]

0 comments on commit 4fc6a4a

Please sign in to comment.