Skip to content Skip to sidebar Skip to footer

Modulenotfounderror: No Module Named 'tensorflow.compat'

tensorflow module not found version of keras and tensorflow I just want to know why it doesn't work., Because I read through the threads but still not working.

Solution 1:

Run:

pip install --upgrade tensorflow-gpu==2.2.0 --user
pip uninstall tensorflow-datasets
pip install tensorflow-datasets==4.0.0

And reconnect google colab.

Post a Comment for "Modulenotfounderror: No Module Named 'tensorflow.compat'"