Take into account various outcomes from parameter tuning

This commit is contained in:
Daniel Povey 2022-07-28 09:06:59 +08:00
parent daa55d5a3c
commit dc565f729b

View File

@ -159,8 +159,8 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
lr=3e-02,
betas=(0.9, 0.98),
size_lr_scale=0.1,
cov_min=(0.05, 0.01, 0.04, 0.0001),
cov_max=(10.0, 40.0, 5.0, 400.0),
cov_min=(0.025, 0.0025, 0.02, 0.0001),
cov_max=(10.0, 80.0, 5.0, 400.0),
cov_pow=(1.0, 1.0, 1.0, 1.0),
param_rms_smooth0=0.4,
param_rms_smooth1=0.2,