摘要:
安装tensorflow需要有cuda和cudnn,cuda和cudnn有两种安装方法,一种是系统全局安装的,一种是在自己的conda环境里弄一份新的,这两个是可以共存的。 所以,先想好自己想用哪个cuda 方法一、使用系统全局的cuda和cudnn(一般是nvidia的驱动包带的) 注意tenso 阅读全文
摘要:
阿里镜像站:https://developer.aliyun.com/mirror/ 清华镜像站:https://mirrors.tuna.tsinghua.edu.cn/ pip pip config set global.index-url https://mirrors.aliyun.com/ 阅读全文