딥러닝/설치관련
파이토치 패키치 설치 명령어 모음 pytorch pachage install commands
Jae Ryun, Buster, Chung
2018. 7. 16. 21:18
OS: windows 10 x64
python: 3.6.x
cuda: 9.1
이 글에서 복사하면 출처가 남으니 첨부파일 다운받아 사용하시면됩니다
conda create -n pytorch python=3.6
conda install pytorch cuda91 -c pytorch
conda install -c anaconda cython
"pip install torchvision"
pip install numpy - 있다고나옴
pip install matplotlib
pip install numpy-1.14.3+mkl-cp36-cp36m-win_amd64.whl
pip install scipy-1.1.0-cp36-cp36m-win_amd64.whl
conda install -c conda-forge opencv