Skip to content

Commit 365b2b1

Browse files
committed
decrease the default learning_rate
1 parent 3a43847 commit 365b2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preprocess_flist_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eval_interval": 1000,
1010
"seed": 1234,
1111
"epochs": 10000,
12-
"learning_rate": 2e-4,
12+
"learning_rate": 1e-4,
1313
"betas": [0.8, 0.99],
1414
"eps": 1e-9,
1515
"batch_size": 12,

0 commit comments

Comments
 (0)