"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "63f0614b3d12c28929e8dbae824bfbdc296d38ad"
Commit efb61923 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

add print statement to avoid code quality problem

parent b12541c4
......@@ -573,4 +573,5 @@ class TFTransfoXLModelLanguageGenerationTest(unittest.TestCase):
# TODO: add this test when trasnfo-xl-lmhead is implemented
with self.assertRaises(NotImplementedError):
model.generate(input_ids, max_length=200, do_sample=False)
print(expected_output_ids)
# self.assertListEqual(output_ids[0].numpy().tolist(), expected_output_ids) TODO: (PVP) to add when transfo-xl is implemented
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment