mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Decrease min_abs at end of feedforward modules from 0.5 to 0.1.
This commit is contained in:
parent
da0623aa7f
commit
9ee4472f36
@ -468,7 +468,7 @@ class ZipformerEncoderLayer(nn.Module):
|
|||||||
self.balancer2 = Balancer(
|
self.balancer2 = Balancer(
|
||||||
embed_dim, channel_dim=-1,
|
embed_dim, channel_dim=-1,
|
||||||
min_positive=0.45, max_positive=0.55,
|
min_positive=0.45, max_positive=0.55,
|
||||||
min_abs=0.5, max_abs=2.0,
|
min_abs=0.1, max_abs=1.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user