安装过程总体按照这个教程安装:
https://blog.csdn.net/weixin_39290638/article/details/80045236
版本也要和教程的对应。
不同的是,最后的pip install --ignore-installed --upgrade tensorflow-gpu
改成pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==1.7
不然它可能会装更新的版本,导致在测试时import tensorflow会报:找不到指定的模块。