mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
indentation change
This commit is contained in:
parent
e976af699e
commit
d631ffec5b
@ -820,7 +820,7 @@ class LearnedDownsamplingModule(nn.Module):
|
|||||||
self.score_balancer = Balancer(1, channel_dim=-1,
|
self.score_balancer = Balancer(1, channel_dim=-1,
|
||||||
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)
|
||||||
|
|
||||||
# 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