mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Fix to the fix
This commit is contained in:
parent
4c8d77d14a
commit
23e6d2e6d8
@ -469,7 +469,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
|
||||
param_cov_period = group["param_cov_period"]
|
||||
step = state["step"]
|
||||
|
||||
this_weight = (group["param_cov_freshness"] * step /
|
||||
this_weight = (group["param_cov_freshness"] * param_cov_period /
|
||||
(step + param_cov_period))
|
||||
|
||||
batch_size = p.shape[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user