Remove print statement

This commit is contained in:
Daniel Povey 2023-05-17 13:22:02 +08:00
parent e4246f6ba3
commit 62c34f15c6

View File

@ -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)