Skip to content

Commit f76db3d

Browse files
committed
update: recipe
1 parent 1422618 commit f76db3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@
133133
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'ams_bound': True}, 5),
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),
136-
(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),
136+
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'rectify': True}, 10),
138137
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3}, 20),
139138
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3, 'fixed_decay': True}, 20),
140139
(AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3, 'weight_decouple': False}, 20),

0 commit comments

Comments
 (0)