Commit 7a2bcdc5 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1483 from AndreiCostinescu/patch-1

Update inception_preprocessing.py
parents 394f3401 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 cropt the central fraction of the If central_fraction is specified it would crop the central fraction of the
input image. input image.
Args: Args:
......
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