diff --git a/tests/estimators/speech_recognition/test_pytorch_icefall.py b/tests/estimators/speech_recognition/test_pytorch_icefall.py index f4f5504ff8..a80e7855df 100644 --- a/tests/estimators/speech_recognition/test_pytorch_icefall.py +++ b/tests/estimators/speech_recognition/test_pytorch_icefall.py @@ -88,6 +88,7 @@ def test_pytorch_icefall(art_warning, expected_values, device_type): # Test transcription outputs hyps = [] + print(xs[0]) hyps.append(speech_recognizer.predict(np.array(xs[0]))) hyps.append(speech_recognizer.predict(np.array(xs[1]))) hyps.append(speech_recognizer.predict(np.array(xs[2])))