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