提交 a43b60f9 编写于 作者: A Amir Lashkari

Fixed not in list error

上级 56e7a7de
...@@ -1485,4 +1485,4 @@ class UniformAugment: ...@@ -1485,4 +1485,4 @@ class UniformAugment:
Returns: Returns:
img (PIL Image), Transformed image. img (PIL Image), Transformed image.
""" """
return util.uniform_augment(img, self.transforms, self.num_ops) return util.uniform_augment(img, self.transforms.copy(), self.num_ops)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册