mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Remove print statement
This commit is contained in:
parent
e4246f6ba3
commit
62c34f15c6
@ -1105,7 +1105,6 @@ class DownsampledSubformerEncoder(nn.Module):
|
|||||||
"""
|
"""
|
||||||
src_orig = src
|
src_orig = src
|
||||||
if hasattr(self, 'downsampler'):
|
if hasattr(self, 'downsampler'):
|
||||||
print("b")
|
|
||||||
indexes, weights, src = self.downsampler(src)
|
indexes, weights, src = self.downsampler(src)
|
||||||
|
|
||||||
pos_emb = self.downsampler.downsample_pos_emb(pos_emb, indexes)
|
pos_emb = self.downsampler.downsample_pos_emb(pos_emb, indexes)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user