Skip to content

Commit a12714e

Browse files
committed
fix aug chain input check
1 parent a40fd26 commit a12714e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deepvac/aug/base_aug.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def auditInput(self, img):
6565
img = list(img)
6666

6767
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())
6968
img[0] = self.auditImg(img[0])
7069
return img
7170

0 commit comments

Comments
 (0)