Skip to content

Commit ee4c314

Browse files
authored
Merge pull request #34 from Honghe/patch-1
Fix bug of training loss descent abnormal.
2 parents ade7891 + 23f4e92 commit ee4c314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/conformer/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ learning_config:
7777
tfrecords_dir: null
7878

7979
optimizer_config:
80-
warmup_steps: 10000
80+
warmup_steps: 40000
8181
beta1: 0.9
8282
beta2: 0.98
8383
epsilon: 1e-9

0 commit comments

Comments
 (0)