2017-12-11 4 views

答えて

5

をインストールするには、著者(peterjc123)は、Windows上で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

関連する問題