Reducing final lr_update_period from 2k to 1k

This commit is contained in:
Daniel Povey 2022-07-17 12:56:02 +08:00
parent de1fd91435
commit a572eb4e33

View File

@ -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,