Issue
ThanhPham1987 opened this issue · 2 comments
ThanhPham1987 commented
Hi @black0017 @SergiosKar
When i run this code from the article "Deploy a Deep Learning model as a web application using Flask and Tensorflow". I have a issue:
ModuleNotFoundError: No module named 'tensorflow_examples'
What should i do?
Best regards,
PeterPham
Mustapha-AJEGHRIR commented
Hello, I'm not from the team !
Maybe you can take a look at here : https://stackoverflow.com/questions/50313441/modulenotfounderror-no-module-named-tensorflow-examples
SergiosKar commented
I have no idea how I missed this issue. Sorry about that. Yeap as @Mustapha-AJEGHRIR suggested, have a look at SO. In some version of TF, tensorflow examples
are not pre-downloaded. So you will have to manually install them
!pip install -q git+https://github.com/tensorflow/examples.git