"vscode:/vscode.git/clone" did not exist on "42960214994461d93dec2fc3e00383e33c9f0401"
Commit efd8bbaf authored by Ron Shapiro's avatar Ron Shapiro Committed by A. Unique TensorFlower
Browse files

Fix typos

PiperOrigin-RevId: 455937287
parent 8048df8c
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment