mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Adjust default prob of ActivationBalancer.
This commit is contained in:
parent
56ac7354df
commit
8e6c7ef3e2
@ -547,7 +547,7 @@ class ActivationBalancer(torch.nn.Module):
|
||||
|
||||
|
||||
if prob is None:
|
||||
prob = ScheduledFloat((0.0, 0.4), (8000.0, 0.1))
|
||||
prob = ScheduledFloat((0.0, 0.4), (8000.0, 0.1), default=0.4)
|
||||
self.prob = prob
|
||||
|
||||
# actually self.num_channels is no longer needed except for an assertion.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user