Use tensorflow1.x version

1.

conda create -n tf1 python=3.6

2.

pip install --upgrade tensorflow-gpu==1.15  # 仅支持 GPU 的版本
pip install tensorflow-gpu==2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

 

Guess you like

Origin blog.csdn.net/cocapop/article/details/130474139