We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286ea6 commit a944d57Copy full SHA for a944d57
python/paddle/fluid/tests/unittests/test_multi_pass_reader.py
@@ -61,6 +61,5 @@ def test_main(self):
61
img_val, = exe.run(fetch_list=[img])
62
batch_count += 1
63
self.assertLessEqual(img_val.shape[0], self.batch_size)
64
- print(batch_count)
65
data_file.reset()
66
self.assertEqual(batch_count, self.num_batch * self.pass_num)
0 commit comments