keras-io
keras-io copied to clipboard
Fixes #1075 : Display test image
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 -
- examples/vision/image_classification_from_scratch.py
- examples/vision/ipynb/image_classification_from_scratch.ipynb
- examples/vision/md/image_classification_from_scratch.md