"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "7f55a1b3a0296f97abaf55294857ece7c66be918"
Commit a3711c9f authored by Andrei Costinescu's avatar Andrei Costinescu Committed by GitHub
Browse files

Update inception_preprocessing.py

Corrected documentation word "cropt" -> "crop"
parent c8a0608b
...@@ -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