How to install pytorch in windows?

前端 未结 16 2017
时光取名叫无心
时光取名叫无心 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:09

    Below is the working configuration:

    Python 3.8

    Pytorch version 1.5.1

    Windows 10

    pytorch installation command:

    conda install pytorch torchvision cudatoolkit=9.2 -c pytorch -c defaults -c numba/label/dev
    

提交回复
热议问题