mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Increase in_abs of hidden balancer of ff modules from 0.2 to 1.0
This commit is contained in:
parent
ff361a7495
commit
785a524341
@ -1396,6 +1396,7 @@ class FeedforwardModule(nn.Module):
|
||||
self.hidden_balancer = ActivationBalancer(feedforward_dim,
|
||||
channel_dim=-1,
|
||||
min_positive=ScheduledFloat((0.0, 0.1), (8000.0, 0.05)),
|
||||
min_abs=1.0,
|
||||
max_abs=ScheduledFloat((0.0, 5.0), (8000.0, 10.0), default=10),
|
||||
min_prob=0.25)
|
||||
self.activation = DoubleSwish()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user