Skip to content

Commit b14aa03

Browse files
committed
update: recipe
1 parent 94e599d commit b14aa03

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
@@ -113,6 +113,7 @@
113113
(Lamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'grad_averaging': False}, 25),
114114
(Lamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'adam': True, 'eps': 1e-8}, 10),
115115
(Lamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'pre_norm': True, 'eps': 1e-8}, 25),
116+
(Lamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'rectify': True, 'degenerated_to_sgd': True}, 10),
116117
(LARS, {'lr': 5e-1, 'weight_decay': 1e-3}, 25),
117118
(LARS, {'lr': 5e-1, 'nesterov': True}, 25),
118119
(MADGRAD, {'lr': 5e-2, 'weight_decay': 1e-3}, 25),

0 commit comments

Comments
 (0)