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

How to use cpu to run code without gpu in python

2025-03-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "how to use cpu to run code without gpu in python". The editor shows you the operation process through an actual case. The method of operation is simple and fast, and it is practical. I hope this article "how to change to cpu without gpu in python" can help you solve the problem.

Without gpu, use cpu to run the code instead.

Think that very troublesome changes, very aggressive changes, and endless error reports, as a result, changes to the code on the device OK, surprise, meaning no surprise!

That is to say,

Just set the device to the following to device=torch.device ("cuda:0" if torch.cuda.is_available () else "cpu"))

In addition, you don't need to set it all this way, just look at the source of the call to device where the error is reported, and modify the parentheses in torch.device ().

Tensorflow-gpu disable gpu setting (cpu versus gpu speed comparison) disable gpu setting # before import tensorflow import osos.environ ['CUDA_VISIBLE_DEVICES'] ='-1'cpu compares with gpu

Video card: GTX 1066

Cpu

Gpu

Simple test: gpu is 5 seconds faster than cpu

This is the end of the content about "how to use cpu to run code without gpu in python". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

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

Development

Wechat

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

12
Report