未验证 提交 44b5115d 编写于 作者: K Kaipeng Deng 提交者: GitHub

fix typo in RandomErasing op (#3190)

上级 b7e44ebf
...@@ -200,7 +200,7 @@ class RandomErasingImage(BaseOperator): ...@@ -200,7 +200,7 @@ class RandomErasingImage(BaseOperator):
super(RandomErasingImage, self).__init__() super(RandomErasingImage, self).__init__()
self.prob = prob self.prob = prob
self.lower = lower self.lower = lower
self.heigher = heigher self.higher = higher
self.aspect_ratio = aspect_ratio self.aspect_ratio = aspect_ratio
def apply(self, sample): def apply(self, sample):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册