2017-12-11 2 views

답변

5

저자 (peterjc123)이 창에 PyTorch 0.3.0을 설치 2 일 전 CONDA 패키지를 출시 것으로 보인다 설치합니다.

# for Windows 10 and Windows Server 2016, CUDA 8 
conda install -c peterjc123 pytorch cuda80 

# for Windows 10 and Windows Server 2016, CUDA 9 
conda install -c peterjc123 pytorch cuda90 

# for Windows 7/8/8.1 and Windows Server 2008/2012, CUDA 8 
conda install -c peterjc123 pytorch_legacy cuda80 

소스 : https://github.com/pytorch/pytorch/issues/494#issuecomment-350527200

관련 문제