Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation and verification of pytorch in linux or windows environment (solving runtimeerror problem)

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. Download the corresponding installation files on the pytorch official website.

Https://pytorch.org/

Select the corresponding version at getstarted

Method 1: directly use the corresponding installation instructions for installation

But in fact, it is easier to break or appear the error of runtimeout. Solution: use the search for pip advanced line sources, stop after you start downloading, then find the link printed on the screen, download whl manually and install it manually.

Method 2: select the corresponding version of whl for offline download

Find the download link

Download and install the whl file

Pytorch installs the specified version from the link

Pip3 install whlpip3 install torchvision

2. Verification

Import torchimport torchvisionprint (torch.cuda.is_available ()) # can be exported to true

3. View the pytorch version

Import torchprint (torch.__version__)

Summary

The above is the installation and verification of pytorch under the linux or windows environment (solving the runtimeerror problem) introduced by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. Thank you very much for your support to the website!

If you think this article is helpful to you, you are welcome to reprint it, please indicate the source, thank you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report