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 3bf5fbd commit 857c871Copy full SHA for 857c871
art/defences/gaussian_augmentation_unittest.py
@@ -35,3 +35,7 @@ def test_labels(self):
35
self.assertTrue(new_x.shape[0] == new_y.shape[0] == 8)
36
self.assertTrue(new_x.shape[1:] == x.shape[1:])
37
self.assertTrue(new_y.shape[1:] == y.shape[1:])
38
+
39
40
+if __name__ == '__main__':
41
+ unittest.main()
0 commit comments