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
36abfad3
Unverified
Commit
36abfad3
authored
Mar 13, 2018
by
Jon Shlens
Committed by
GitHub
Mar 13, 2018
Browse files
Merge pull request #3580 from supercourage/master
Fix comment typos under models/research
parents
059c79ac
94be38c7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
research/attention_ocr/python/inception_preprocessing.py
research/attention_ocr/python/inception_preprocessing.py
+1
-1
research/inception/inception/image_processing.py
research/inception/inception/image_processing.py
+1
-1
research/slim/preprocessing/inception_preprocessing.py
research/slim/preprocessing/inception_preprocessing.py
+1
-1
research/tcn/preprocessing.py
research/tcn/preprocessing.py
+1
-1
No files found.
research/attention_ocr/python/inception_preprocessing.py
View file @
36abfad3
...
@@ -51,7 +51,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):
...
@@ -51,7 +51,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):
Each color distortion is non-commutative and thus ordering of the color ops
Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
matters. Ideally we would randomly permute the ordering of the color ops.
Rather th
e
n adding that level of complication, we select a distinct ordering
Rather th
a
n adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.
of color ops for each preprocessing thread.
Args:
Args:
...
...
research/inception/inception/image_processing.py
View file @
36abfad3
...
@@ -166,7 +166,7 @@ def distort_color(image, thread_id=0, scope=None):
...
@@ -166,7 +166,7 @@ def distort_color(image, thread_id=0, scope=None):
Each color distortion is non-commutative and thus ordering of the color ops
Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
matters. Ideally we would randomly permute the ordering of the color ops.
Rather th
e
n adding that level of complication, we select a distinct ordering
Rather th
a
n adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.
of color ops for each preprocessing thread.
Args:
Args:
...
...
research/slim/preprocessing/inception_preprocessing.py
View file @
36abfad3
...
@@ -47,7 +47,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):
...
@@ -47,7 +47,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):
Each color distortion is non-commutative and thus ordering of the color ops
Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
matters. Ideally we would randomly permute the ordering of the color ops.
Rather th
e
n adding that level of complication, we select a distinct ordering
Rather th
a
n adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.
of color ops for each preprocessing thread.
Args:
Args:
...
...
research/tcn/preprocessing.py
View file @
36abfad3
...
@@ -120,7 +120,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):
...
@@ -120,7 +120,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):
Each color distortion is non-commutative and thus ordering of the color ops
Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
matters. Ideally we would randomly permute the ordering of the color ops.
Rather th
e
n adding that level of complication, we select a distinct ordering
Rather th
a
n adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.
of color ops for each preprocessing thread.
Args:
Args:
image: 3-D Tensor containing single image in [0, 1].
image: 3-D Tensor containing single image in [0, 1].
...
...
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