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
5128ff8797
commit
0307252832
@ -1306,7 +1306,7 @@ class AttentionSqueeze(nn.Module):
|
||||
bottleneck_dim, channel_dim=-1,
|
||||
min_positive=0.05, max_positive=0.95,
|
||||
min_abs=0.05,
|
||||
max_abs=ScheduledFloat((0.0, 0.4), (20000.0, 5.0)),
|
||||
max_abs=ScheduledFloat((0.0, 0.4), (20000.0, 5.0), default=1.0),
|
||||
max_factor=0.02,
|
||||
min_prob=0.1,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user