Myat Kaung
Myat Kaung

Reputation: 29

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.

Upvotes: 2

Views: 12688

Answers (1)

Billy Yu
Billy Yu

Reputation: 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.

Upvotes: 0

Related Questions