Skip to content

Commit

Permalink
update: recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed May 6, 2023
1 parent bb447db commit f5bf44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
(DAdaptAdam, {'lr': 5e4, 'weight_decay': 1e-1}, 10),
(DAdaptSGD, {'lr': 2e0, 'weight_decay': 1e-3}, 25),
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3}, 20),
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3, 'weight_decouple': True}, 20),
(AdamS, {'lr': 1e0, 'weight_decay': 1e-3}, 10),
(AdamS, {'lr': 1e0, 'weight_decay': 1e-3, 'ams_bound': True}, 20),
(AdaFactor, {'lr': 7.5e-1, 'weight_decay': 1e-3, 'scale_parameter': False}, 100),
Expand Down

0 comments on commit f5bf44e

Please sign in to comment.