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
a3711c9f
Commit
a3711c9f
authored
May 18, 2017
by
Andrei Costinescu
Committed by
GitHub
May 18, 2017
Browse files
Update inception_preprocessing.py
Corrected documentation word "cropt" -> "crop"
parent
c8a0608b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slim/preprocessing/inception_preprocessing.py
slim/preprocessing/inception_preprocessing.py
+1
-1
No files found.
slim/preprocessing/inception_preprocessing.py
View file @
a3711c9f
...
@@ -241,7 +241,7 @@ def preprocess_for_eval(image, height, width,
...
@@ -241,7 +241,7 @@ def preprocess_for_eval(image, height, width,
If height and width are specified it would output an image with that size by
If height and width are specified it would output an image with that size by
applying resize_bilinear.
applying resize_bilinear.
If central_fraction is specified it would crop
t
the central fraction of the
If central_fraction is specified it would crop the central fraction of the
input image.
input image.
Args:
Args:
...
...
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