mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Bug fix
This commit is contained in:
parent
b5e0676f14
commit
d2465492f9
@ -1404,7 +1404,7 @@ class AttentionSqueeze(nn.Module):
|
||||
bias=False, initial_scale=0.05)
|
||||
|
||||
self.out_balancer = ActivationBalancer(
|
||||
channels, channel_dim=-1,
|
||||
embed_dim, channel_dim=-1,
|
||||
min_positive=0.3, max_positive=0.7,
|
||||
min_abs=ScheduledFloat((0.0, 0.002), (8000.0, 0.02), (20000.0, 0.01)),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user