diff --git a/egs/libriheavy/LM/zipformer1/subformer.py b/egs/libriheavy/LM/zipformer1/subformer.py index 769c2d553..767be63bc 100644 --- a/egs/libriheavy/LM/zipformer1/subformer.py +++ b/egs/libriheavy/LM/zipformer1/subformer.py @@ -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)