mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Merge branch 'zlm50' into zlm51
This commit is contained in:
commit
7fdd125ba9
@ -891,7 +891,10 @@ class LearnedDownsamplingModule(nn.Module):
|
|||||||
min_positive=1/(2*downsampling_factor),
|
min_positive=1/(2*downsampling_factor),
|
||||||
max_positive=0.6,
|
max_positive=0.6,
|
||||||
min_abs=1.0,
|
min_abs=1.0,
|
||||||
max_abs=4.0)
|
max_abs=4.0,
|
||||||
|
grad_scale=0.1,
|
||||||
|
prob=ScheduledFloat((0.0, 1.0), (8000.0, 0.25), default=0.0))
|
||||||
|
|
||||||
|
|
||||||
# below are for diagnostics.
|
# below are for diagnostics.
|
||||||
self.copy_weights1 = nn.Identity()
|
self.copy_weights1 = nn.Identity()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user