diff --git a/egs/librispeech/ASR/transducer/pretrained.py b/egs/librispeech/ASR/transducer/pretrained.py index bb59a7338..4cf4fd4a7 100755 --- a/egs/librispeech/ASR/transducer/pretrained.py +++ b/egs/librispeech/ASR/transducer/pretrained.py @@ -281,8 +281,6 @@ def main(): hyps.append(sp.decode(hyp).split()) - print(hyps) - s = "\n" for filename, hyp in zip(params.sound_files, hyps): words = " ".join(hyp)