How to install pytorch in windows?

前端 未结 16 2018
时光取名叫无心
时光取名叫无心 2020-12-05 19:52

I am trying to install pytorch on windows and there is one which is available for it but shows an error.

conda install -c peterjc123 pytorch=0.1.12
         


        
16条回答
  •  Happy的楠姐
    2020-12-05 20:24

    for python 3.7 which is the latest till date

    for pytorch on cpu

    pip install https://download.pytorch.org/whl/cpu/torch-1.0.1-cp37-cp37m-win_amd64.whl

    pip install torchvision

提交回复
热议问题