ModuleNotFoundError: No module named 'tensorflow.contrib'
I am using python 3.8 (64 bit) and tensorflow version (2.3.0) when I try to run python demo.py I got the following error "ModuleNotFoundError: No module named 'tensorflow.contrib'" I know that in tensorflow 2 contrib doesn't exist so is there any alternate library that i can use pls help
@apexli
You can find some information here!
https://github.com/tensorflow/tensorflow/issues/30794
It might be a tensorflow version problem.
I am using python 3.8 (64 bit) and tensorflow version (2.3.0) when I try to run python demo.py I got the following error "ModuleNotFoundError: No module named 'tensorflow.contrib'" I know that in tensorflow 2 contrib doesn't exist so is there any alternate library that i can use pls help
you should use Tensorflow1.x version