Skip to content

Commit 1422618

Browse files
committed
update: recipe
1 parent d49e045 commit 1422618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'weight_decouple': False}, 5),
135135
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'fixed_decay': True}, 5),
136136
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'rectify': True}, 5),
137+
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'rectify': True, 'ams_bound': True}, 5),
137138
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3}, 20),
138139
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3, 'fixed_decay': True}, 20),
139140
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3, 'weight_decouple': False}, 20),

0 commit comments

Comments
 (0)