mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce min_abs in balancer2 of conv_module from 1.0 to 0.2.
This commit is contained in:
parent
84f51ab1b1
commit
509467988f
@ -1600,7 +1600,7 @@ class ConvolutionModule(nn.Module):
|
||||
channels, channel_dim=1,
|
||||
min_positive=ScheduledFloat((0.0, 0.1), (8000.0, 0.05)),
|
||||
max_positive=1.0,
|
||||
min_abs=1.0,
|
||||
min_abs=0.2,
|
||||
max_abs=ScheduledFloat((0.0, 10.0), (8000.0, 20.0), default=10),
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user