KhomZ / tensorflow-with-khom

This repo is for tensorflow learning.
GNU General Public License v3.0
1 stars 0 forks source link

ModuleNotFoundError: No module named 'tensorflow.examples' #11

Open KhomZ opened 1 year ago

KhomZ commented 1 year ago

ModuleNotFoundError Traceback (most recent call last) in () 5 get_ipython().magic('matplotlib inline') 6 ----> 7 from tensorflow.examples.tutorials.mnist import input_data 8 mnist = input_data.read_data_sets("MNIST_data/")

ModuleNotFoundError: No module named 'tensorflow.examples'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

KhomZ commented 1 year ago

check this out

install dependencies

https://colab.research.google.com/notebooks/snippets/importing_libraries.ipynb

KhomZ commented 1 year ago

https://github.com/pypa/pip/issues/8368