当前位置:网站首页>Record the torch encountered by win10 cuda. is_ False problem in available()
Record the torch encountered by win10 cuda. is_ False problem in available()
2022-07-05 07:49:00 【Fall in love with wx】
This article computer configuration
Win10+Anaconda+CUDA10.1+cudnn7.6.5
I used the following command on the official website
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.1
Loading PyTorch Encountered after running :
AssertionError: Torch not compiled with CUDA enabled
I found some solutions on the Internet :
1. Upgrade the graphics card driver ;
2. l / drop torch edition
But it didn't work out , Finally, I use conda list After the discovery
pytorch 1.10.0 py3.7_cpu_0
This shows that what I installed is cpu edition
Combined with the posts of other bloggers , I guess it occurred to me because conda Automatic installation is cpu edition , But I didn't find it in the mirror website cudnn7.6 Version correspondence PyTorch, I'm lazy again , Not reinstalled cudnn, So in PyTorch Continue to read the installation instructions , I found that in addition to conda command , You can also use pip Mode of installation , So I just use the command to install
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
Specific connections :PyTorch Official website
Then test
>>> import torch
>>>> print(torch.cuda.is_available())
True
Successful installation gpu Version of PyTorch!
I hope it's never too late to learn , Now learn from Mu Shen PyTorch, I hope the scientific research can go smoothly !
边栏推荐
- Pointnet++ classification practice
- Thunderbird tutorial \ easy to use mail client
- Detour of Tkinter picture scaling
- Esmini longspeedaction modification
- Ads usage skills
- Function and usage of function pointer
- Altium designer 19.1.18 - clear information generated by measuring distance
- MySQL - storage engine
- About yolov3, conduct map test directly
- "Source code interpretation" famous programmer TJ's only library
猜你喜欢
Altium designer 19.1.18 - Import frame
With the help of Navicat for MySQL software, the data of a database table in different or the same database link is copied to another database table
Practical application cases of digital Twins - fans
MySql——存储引擎
Realization of binary relation of discrete mathematics with C language and its properties
大学生活的自我总结-大一
A simple method to prove 1/t Fourier transform
Numpy——1.數組的創建
Cadence simulation encountered "input.scs": can not open input file change path problem
研究发现,跨境电商客服系统都有这五点功能!
随机推荐
Altium designer 19.1.18 - clear information generated by measuring distance
Markdown tips
What is Bezier curve? How to draw third-order Bezier curve with canvas?
Application of ultra pure water particle counter in electronic semiconductors
Apple script
Global and Chinese markets of nano biosensors 2022-2028: Research Report on technology, participants, trends, market size and share
[idea] common shortcut keys
[professional literacy] core conferences and periodicals in the field of integrated circuits
Global and Chinese markets for recycled boilers 2022-2028: Research Report on technology, participants, trends, market size and share
Esmini longspeedaction modification
Package ‘*****‘ has no installation candidate
Query the table name used by kettle in Oracle
Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
通过sql语句统计特定字段出现次数并排序
Exit of pyGame, idle and pycharm
Web page Chinese display (print, etc.) GBK error, solution, software
RF ride side door processing of prompt box
Batch modify the txt file code to UTF-8 (notepad++)
Let me teach you how to develop a graphic editor
Train your dataset with yolov4