Skip to content

Commit 7a2bcdc

Browse files
authored
Merge pull request tensorflow#1483 from AndreiCostinescu/patch-1
Update inception_preprocessing.py
2 parents 394f340 + a3711c9 commit 7a2bcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slim/preprocessing/inception_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def preprocess_for_eval(image, height, width,
241241
If height and width are specified it would output an image with that size by
242242
applying resize_bilinear.
243243
244-
If central_fraction is specified it would cropt the central fraction of the
244+
If central_fraction is specified it would crop the central fraction of the
245245
input image.
246246
247247
Args:

0 commit comments

Comments
 (0)