PracticalDL / Practical-Deep-Learning-Book

Official code repo for the O'Reilly Book - Practical Deep Learning for Cloud, Mobile & Edge
http://practicaldeeplearning.ai
MIT License
752 stars 314 forks source link

Predicted Class Name not plottted in Ch2-what-does-my-neural-network-think.ipynb #148

Open CloudaYolla opened 3 years ago

CloudaYolla commented 3 years ago

Hi, Thanks for the amazing book. I recently finished the book and started trying out exercises.

In this notebook [1], the predictions like "10% cardigan" are not plotted in the -output.jpg image. What am I missing?

Thank you.

[1] https://github.com/PracticalDL/Practical-Deep-Learning-Book/blob/master/code/chapter-2/2-what-does-my-neural-network-think.ipynb

sidgan commented 3 years ago

Hi @CloudaYolla you may consider making a small PR as suggested in https://github.com/PracticalDL/Practical-Deep-Learning-Book/commit/47fd74b58a5b6e909aad5d72d46672748cd5a69a#comments which will add the predictions line.

The missing line somehow got dropped while upgrading with newer PRs.