mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce max_abs on am_balancer
This commit is contained in:
parent
1908123af9
commit
8b3bba9b54
@ -76,7 +76,7 @@ class Transducer(nn.Module):
|
||||
self.am_balancer = ActivationBalancer(vocab_size,
|
||||
channel_dim=-1,
|
||||
min_positive=0, max_positive=1,
|
||||
min_abs=0, max_abs=50.0)
|
||||
min_abs=0, max_abs=20.0)
|
||||
|
||||
def forward(
|
||||
self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user