mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +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
|
||||
if hasattr(self, 'downsampler'):
|
||||
print("b")
|
||||
indexes, weights, src = self.downsampler(src)
|
||||
|
||||
pos_emb = self.downsampler.downsample_pos_emb(pos_emb, indexes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user