mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 13:34:20 +00:00
Works better with meta_lr_scale=0, must be bug.
This commit is contained in:
parent
923468b8af
commit
914ac1e621
@ -60,7 +60,7 @@ class LearnedGradient(Optimizer):
|
||||
params,
|
||||
lr=3e-02,
|
||||
size_lr_scale=0.1,
|
||||
meta_lr_scale=0.1,
|
||||
meta_lr_scale=0.0,
|
||||
betas=(0.9, 0.98),
|
||||
eps=1.0e-08,
|
||||
size_update_period=1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user