Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
efd8bbaf
Commit
efd8bbaf
authored
Jun 19, 2022
by
Ron Shapiro
Committed by
A. Unique TensorFlower
Jun 19, 2022
Browse files
Fix typos
PiperOrigin-RevId: 455937287
parent
8048df8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
official/vision/ops/augment.py
official/vision/ops/augment.py
+4
-2
No files found.
official/vision/ops/augment.py
View file @
efd8bbaf
...
@@ -2066,7 +2066,8 @@ class RandomErasing(ImageAugment):
...
@@ -2066,7 +2066,8 @@ class RandomErasing(ImageAugment):
Reference: https://arxiv.org/abs/1708.04896
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
,
def
__init__
(
self
,
...
@@ -2190,7 +2191,8 @@ class MixupAndCutmix:
...
@@ -2190,7 +2191,8 @@ class MixupAndCutmix:
- Mixup: https://arxiv.org/abs/1710.09412
- Mixup: https://arxiv.org/abs/1710.09412
- Cutmix: https://arxiv.org/abs/1905.04899
- 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
,
def
__init__
(
self
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment