mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 13:34:20 +00:00
Increase param_reverse_cutoff from 4 to 16
This commit is contained in:
parent
2ccc7ccbeb
commit
8a0277d493
@ -98,7 +98,7 @@ class NeutralGradient(Optimizer):
|
||||
param_eps=1.0e-06,
|
||||
param_rel_eps=1.0e-04,
|
||||
param_rel_max=1.0,
|
||||
param_reverse_cutoff=4.0,
|
||||
param_reverse_cutoff=16.0,
|
||||
param_max_rms=2.0,
|
||||
param_min_rms=1.0e-05,
|
||||
max_fullcov_size=1023,
|
||||
|
Loading…
x
Reference in New Issue
Block a user