mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change min_abs,max_abs from 2,10 to 1,5 for FF module
This commit is contained in:
parent
67812276ed
commit
d214e1c352
@ -1423,8 +1423,8 @@ class FeedforwardModule(nn.Module):
|
||||
channel_dim=-1,
|
||||
min_positive=0.3,
|
||||
max_positive=1.0,
|
||||
min_abs=2.0,
|
||||
max_abs=10.0,
|
||||
min_abs=1.0,
|
||||
max_abs=5.0,
|
||||
min_prob=0.25)
|
||||
self.activation = Swoosh()
|
||||
self.dropout = nn.Dropout(dropout)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user