mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
reduce min_abs of zipformer-encoder-layer balancer from 0.4 to 0.25.
This commit is contained in:
parent
d100aed58b
commit
c75c2dc91d
@ -441,7 +441,7 @@ class ZipformerEncoderLayer(nn.Module):
|
||||
self.balancer = ActivationBalancer(
|
||||
embed_dim, channel_dim=-1,
|
||||
min_positive=0.45, max_positive=0.55,
|
||||
min_abs=0.4, max_abs=6.0,
|
||||
min_abs=0.25, 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