机器学习-环境配置2
- Python 2.7.12
- Pytorch 0.3.1
- CUDA 8.0
- NLTK 3.3
- Java 1.8.0
1.使用couda安装环境
简单步骤与上次前面的步骤一样,这里从安装cuda8.0开始记录
conda install cudatoolkit=8.0 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/ --安装cuda8.0
pip install http://download.pytorch.org/whl/cu80/torch-0.3.1-cp27-cp27mu-linux_x86_64.whl --安装torch |
https://ptorch.com/news/145.html
pip install nltk==3.3 --安装nltk3.3
cuda下载地址:https://developer.nvidia.com/cuda-toolkit-archive
2.配置cuda8.0+cudnn5
tensorflow1.2版本需要cuda8.0+cudnn
问题:每次配置虚拟环境的时候&