Reduce cov_max[2] from 4.0 to 3.5

This commit is contained in:
Daniel Povey 2022-08-03 04:10:11 +08:00
parent 129b28aa9b
commit 766bf69a98

View File

@ -164,7 +164,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
betas=(0.9, 0.98),
size_lr_scale=0.1,
cov_min=(0.025, 0.0025, 0.1, 0.0001),
cov_max=(5.0, 20.0, 4.0, 40.0),
cov_max=(5.0, 20.0, 3.5, 40.0),
cov_pow=(1.0, 1.0, 1.0, 1.0),
param_rms_smooth0=0.4,
param_rms_smooth1=0.2,