Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyuan Li committed Jan 16, 2024
1 parent d478b61 commit 7d7cc2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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])))
Expand Down

0 comments on commit 7d7cc2e

Please sign in to comment.