Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 24cc648

Browse files
authored
Update test_t5.py (#4442)
1 parent 4439f94 commit 24cc648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nightly/gpu/test_t5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class TestT5Distributed(_AbstractTest):
277277
t5_model_arch='t5-small',
278278
validation_metric='ppl',
279279
skip_generation=True,
280-
learningrate=1e-2,
280+
learningrate=1e-3,
281281
validation_every_n_epochs=25,
282282
verbose=True,
283283
save_after_valid=False,

0 commit comments

Comments
 (0)