mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 13:34:20 +00:00
Remove unnecessary line
This commit is contained in:
parent
73fd2fcd77
commit
8c4b5454e7
@ -234,7 +234,6 @@ class Cain(Optimizer):
|
||||
|
||||
param_rms = state["param_rms"]
|
||||
self._update_param_rms(p, param_rms, step, rms_eps)
|
||||
this_lr = state["param_rms"].clamp(min=rms_eps) * lr * bias_correction2
|
||||
|
||||
alpha = (-(1-beta1) * lr * bias_correction2)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user