参考
更换仓库源
1 | conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ |
清理
1 | # 删除没有用的包 |
导出与安装依赖
1 | conda list -e > requirements.txt |
虚拟环境
1 | # 创建 |
安装pytorch=0.4.1
参考:https://www.pytorchtutorial.com/pytorch-installation-commands/
1 | conda install -c pytorch cudatoolkit=8.0 |
安装tensorflow=1.4.1
1 | conda install cudatoolkit==8.0 |