python-tensorflow安装搭配

由于TensorFlow-gpu的依赖兼容性与版本高度关联,在多次掉坑后,现在稳定运行的搭配如下:

pip install tensorflow-gpu==1.10.0
pip install tensorflow==1.10.0

然后再到cuda官网下载安装cuda9.0

猜你喜欢

转载自blog.csdn.net/geek_hch/article/details/85222555