使用tensorflow1.x版本

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

猜你喜欢

转载自blog.csdn.net/cocapop/article/details/130474139