How to install pytorch in Anaconda with conda or pip?

后端 未结 9 1236
星月不相逢
星月不相逢 2020-12-16 11:50

I am trying to install pytorch in Anaconda to work with Python 3.5 in Windows. Following the instructions in pytorch.org I introduced the following code in Anaconda:

9条回答
  •  执念已碎
    2020-12-16 12:33

    Visit https://anaconda.org/pytorch/torchvision and you will find the solution

    conda install -c pytorch torchvision
    

提交回复
热议问题