We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40fd26 commit a12714eCopy full SHA for a12714e
1 file changed
deepvac/aug/base_aug.py
@@ -65,7 +65,6 @@ def auditInput(self, img):
65
img = list(img)
66
67
if isinstance(img, list):
68
- assert len(img) == self.input_len, "input list/tuple must has {} items for Aug class {}".format(self.input_len, self.name())
69
img[0] = self.auditImg(img[0])
70
return img
71
0 commit comments