mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Increase cov_min[2] from 0.05 to 0.1; decrease cov_max[2] from 5.0 to 4.0.
This commit is contained in:
parent
202752418a
commit
129b28aa9b
@ -163,8 +163,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.025, 0.0025, 0.05, 0.0001),
|
||||
cov_max=(5.0, 20.0, 5.0, 40.0),
|
||||
cov_min=(0.025, 0.0025, 0.1, 0.0001),
|
||||
cov_max=(5.0, 20.0, 4.0, 40.0),
|
||||
cov_pow=(1.0, 1.0, 1.0, 1.0),
|
||||
param_rms_smooth0=0.4,
|
||||
param_rms_smooth1=0.2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user