mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Reducing final lr_update_period from 2k to 1k
This commit is contained in:
parent
de1fd91435
commit
a572eb4e33
@ -152,7 +152,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
|
||||
param_max_rms=2.0,
|
||||
scalar_max=2.0,
|
||||
size_update_period=4,
|
||||
lr_update_period=(200, 2000),
|
||||
lr_update_period=(200, 1000),
|
||||
grad_cov_period=3,
|
||||
param_cov_period=100,
|
||||
max_block_size=1024,
|
||||
|
Loading…
x
Reference in New Issue
Block a user