当前位置:网站首页>Process finished with exit code-1073740791(0xC0000409)
Process finished with exit code-1073740791(0xC0000409)
2022-07-28 14:55:00 【javafalcon】
I am using Tensorflow Run depth neural network , appear “Process finished with exit code-1073740791(0xC0000409)”, I checked many blog posts on Baidu and Google , Can't solve , Maybe there are many reasons for this mistake , The scheme given online is not suitable for me . In the end, my solution is :
1. Check if it is GPU The problem of . Add... To the code :
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
This code set GPU Ban , Use only CPU, If the program works properly , There is no problem with the code , yes GPU The problem of .
2. After inspection, I found that I was “C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0\include” Can't find... In the directory cudnn.h file , I guess I accidentally put cudnn The relevant files were deleted . So from the “https://developer.nvidia.com/rdp/cudnn-archive” Website download with me cuda Corresponding version cuDNN Compressed packages , Download and unzip , And copy the files in the unzipped directory to “C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0\“ Under the corresponding folder . Problem solved .
边栏推荐
- 如何在 Core Data 中进行批量操作
- 卡方分布和伽马函数(Chi-Square Distribution)
- On July 29, apachecon | apachepulsar's exploration and practice in vivo will be broadcast soon
- QT hex, decimal, qbytearray, qstring data conversion
- Many "double first-class" universities have launched the research guarantee and prediction name!
- 十、时间戳
- 八、picker用法 下拉框选择效果
- [leetcode] sticker spelling (dynamic planning)
- 58子站安居,经纪人营销管理平台登录接口加密逆向
- C # read INI file and key value pair operation
猜你喜欢

How to use the C language library function getchar ()

Hcip day 11

Installing redis in Linux

数字化转型安全问题频发,山石网科助力数字政府建设

看了就会的 Rainbond 入门教程

Interviewer: what are the usage scenarios of ThreadLocal? How to avoid memory leakage?
C # 7 methods to obtain the current path

文件批量重命名工具Bulk Rename Utility

Getting started with scottplot tutorial: getting and displaying values at the mouse

如何让照片中的人物笑起来?HMS Core视频编辑服务一键微笑功能,让人物笑容更自然
随机推荐
Raspberry pie foundation | summarize and record some operations in the learning process of raspberry pie
Store and guarantee rancher data based on Minio objects
用 Table 在 SwiftUI 下创建表格
1st pre class exercise
C # read INI file and key value pair operation
Excel VBA password free view VBE encryption code
Chi square distribution and gamma function
[leetcode] sticker spelling (dynamic planning)
3、 C language storage class
468 product planning and promotion plan (150 copies)
Reptile: from introduction to imprisonment (I) -- Concept
Core Data 是如何在 SQLite 中保存数据的
7、 Detailed explanation of C language function definition
NCBI experience accumulation
On July 29, apachecon | apachepulsar's exploration and practice in vivo will be broadcast soon
Vtkcellpicker picking triangular patches
C language: mathematical method of converting decimal system into binary system
QT environment cannot run error set
SwiftUI 布局 —— 尺寸( 下 )
QT hex, decimal, qbytearray, qstring data conversion