keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

Fixes #1075 : Display test image

Open suvigyajain0101 opened this issue 2 years ago • 0 comments

Can add a simple line at the end to show what the image looks like along with it's predictions. Please ignore multiple commits. Overall it's adding 1 line -

plt.imshow(img); # Display test image

to the following 3 files -

  1. examples/vision/image_classification_from_scratch.py
  2. examples/vision/ipynb/image_classification_from_scratch.ipynb
  3. examples/vision/md/image_classification_from_scratch.md

suvigyajain0101 avatar Sep 26 '22 22:09 suvigyajain0101