提交 baa83810 编写于 作者: R Ron Shapiro 提交者: A. Unique TensorFlower

Fix typos

PiperOrigin-RevId: 455937287
上级 240e75aa
......@@ -2066,7 +2066,8 @@ class RandomErasing(ImageAugment):
Reference: https://arxiv.org/abs/1708.04896
Implementaion is inspired by https://github.com/rwightman/pytorch-image-models
Implementation is inspired by
https://github.com/rwightman/pytorch-image-models.
"""
def __init__(self,
......@@ -2190,7 +2191,8 @@ class MixupAndCutmix:
- Mixup: https://arxiv.org/abs/1710.09412
- Cutmix: https://arxiv.org/abs/1905.04899
Implementaion is inspired by https://github.com/rwightman/pytorch-image-models
Implementation is inspired by
https://github.com/rwightman/pytorch-image-models.
"""
def __init__(self,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册