[Python [Anaconda & PyTorch]] - --Windows error occurs using conda installation Torch

 

...

(⊙o⊙)…

...

At that time I did not capture specific error, 

When using this command

,

 

 

conda will be reported in the source can not be found PyTorch, or what's wrong

 

There is a great possibility that the installation of Anaconda is 32-bit,

I then replaced the 64-bit can be installed

 

(Installation was slow, try

conda install pytorch torchvision cudatoolkit=10.0    #cuda 10
或
conda install pytorch torchvision cudatoolkit=9.2 -c defaults -c numba/label/dev    #cuda 9
或
conda install pytorch torchvision cpuonly    #cpu

 

)

 

It is such, ┏ (^ 0 ^) ┛

 

Guess you like

Origin www.cnblogs.com/MYLM/p/11620985.html