mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce final min_abs on conv_module from 1.0 to 0.75.
This commit is contained in:
parent
31f2f95f59
commit
a92df3e850
@ -1633,7 +1633,7 @@ class ConvolutionModule(nn.Module):
|
||||
bottleneck_dim, channel_dim=1,
|
||||
min_positive=ScheduledFloat((0.0, 0.1), (8000.0, 0.05)),
|
||||
max_positive=1.0,
|
||||
min_abs=ScheduledFloat((0.0, 0.2), (20000.0, 1.0)),
|
||||
min_abs=ScheduledFloat((0.0, 0.2), (20000.0, 0.75)),
|
||||
max_abs=10.0,
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user