mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Increase min_abs of balancer of encoder layer from 0.2 to 0.4.
This commit is contained in:
parent
87ef4078d3
commit
93942725c4
@ -440,7 +440,7 @@ class ZipformerEncoderLayer(nn.Module):
|
||||
self.balancer = ActivationBalancer(
|
||||
embed_dim, channel_dim=-1,
|
||||
min_positive=0.45, max_positive=0.55,
|
||||
max_abs=6.0,
|
||||
min_abs=0.4, max_abs=6.0,
|
||||
)
|
||||
self.whiten = Whiten(num_groups=1,
|
||||
whitening_limit=_whitening_schedule(4.0, ratio=3.0),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user