mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Merge branch 'scaled_adam_exp103b2' into scaled_adam_exp103b4
This commit is contained in:
commit
5f375be159
@ -256,7 +256,7 @@ class ActivationBalancer(torch.nn.Module):
|
|||||||
min_abs: float = 0.2,
|
min_abs: float = 0.2,
|
||||||
max_abs: float = 100.0,
|
max_abs: float = 100.0,
|
||||||
max_var_per_eig: float = 0.0,
|
max_var_per_eig: float = 0.0,
|
||||||
beta: float = 0.75,
|
beta: float = 0.0,
|
||||||
prob: float = 0.25,
|
prob: float = 0.25,
|
||||||
stats_period: int = 4,
|
stats_period: int = 4,
|
||||||
):
|
):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user