Skip to content

Commit 23f4e92

Browse files
authored
Fix bug of training loss descent abnormal.
Fix issue #33
1 parent ade7891 commit 23f4e92

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)