1、用GPU加速深度學習: Windows安裝CUDA+TensorFlow教程
https://www.leiphone.com/news/201711/GCh0IBszXrxP1iHU.html
https://blog.csdn.net/ccnucb/article/details/79873460

2、檢視能不能使用gpu
https://www.cnblogs.com/youpeng/p/10913952.html
tf.test.is_gpu_available()
3、pip可以安裝使用阿裡源,真的很快
https://blog.csdn.net/misssir/article/details/94402893
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
4、如果缺少啥,直接去拷貝就行了
https://learnku.com/articles/40393