Skip to content

Commit

Permalink
tf.image.resize_image_with_crop_or_pad was renamed to tf.image.resize…
Browse files Browse the repository at this point in the history
…_with_crop_or_pad
  • Loading branch information
ageron committed Jun 27, 2019
1 parent 49f99fb commit 950eae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14_deep_computer_vision_with_cnns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@
}
],
"source": [
"images_resized = tf.image.resize_image_with_crop_or_pad(images, 224, 224)\n",
"images_resized = tf.image.resize_with_crop_or_pad(images, 224, 224)\n",
"plot_color_image(images_resized[0])\n",
"plt.show()"
]
Expand Down

0 comments on commit 950eae0

Please sign in to comment.