mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Increase scale_gain_factor to 0.04.
This commit is contained in:
parent
183fc7a76d
commit
b8e3091e04
@ -606,7 +606,7 @@ class ActivationBalancer(torch.nn.Module):
|
||||
max_positive: FloatLike = 0.95,
|
||||
max_factor: FloatLike = 0.04,
|
||||
sign_gain_factor: FloatLike = 0.04,
|
||||
scale_gain_factor: FloatLike = 0.02,
|
||||
scale_gain_factor: FloatLike = 0.04,
|
||||
min_abs: FloatLike = 0.2,
|
||||
max_abs: FloatLike = 100.0,
|
||||
min_prob: FloatLike = 0.1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user