如何在Windows中安装pytorch? [英] How to install pytorch in windows?

查看:398
本文介绍了如何在Windows中安装pytorch?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Windows上安装pytorch,有一个可用的pytorch,但显示错误.

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

推荐答案

警告:除非您有非常特殊的理由,否则,请遵循 https://pytorch.org .它们更有可能是准确的和最新的.

Warning: Unless you have a very specific reason not to, just follow the official installation instructions from https://pytorch.org. They are far more likely to be accurate and up-to-date.

在撰写此评论之时(2020年3月31日),以下是使用Anaconda在Windows上从官方渠道在Windows上安装PyTorch软件包的方法:

Here is how to install the PyTorch package from the official channel, on Windows using Anaconda, as of the time of writing this comment (31/03/2020):

没有CUDA的PyTorch:

PyTorch without CUDA:

conda install pytorch torchvision cpuonly -c pytorch

带有CUDA 10.1的PyTorch:

PyTorch with CUDA 10.1:

conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

这篇关于如何在Windows中安装pytorch?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆