[examples] add weight decay in aishell

This commit is contained in:
Binbin Zhang 2021-12-13 19:49:35 +08:00
parent 171309bd9e
commit 3938b9ac78
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ model:
optim: adam
optim_conf:
lr: 0.001
weight_decay: 0.0001
training_config:
grad_clip: 5

View File

@ -37,6 +37,7 @@ model:
optim: adam
optim_conf:
lr: 0.001
weight_decay: 0.0001
training_config:
grad_clip: 5