mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Reduce max_lr_factor from 3.0 to 2.5
This commit is contained in:
parent
8bb44b2944
commit
2dff1161b4
@ -145,7 +145,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
|
|||||||
param_pow=0.7,
|
param_pow=0.7,
|
||||||
param_rms_smooth0=0.75,
|
param_rms_smooth0=0.75,
|
||||||
param_rms_smooth1=0.25,
|
param_rms_smooth1=0.25,
|
||||||
max_lr_factor=3.0,
|
max_lr_factor=2.5,
|
||||||
eps=1.0e-08,
|
eps=1.0e-08,
|
||||||
param_min_rms=1.0e-05,
|
param_min_rms=1.0e-05,
|
||||||
param_max_rms=2.0,
|
param_max_rms=2.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user