当前位置:网站首页>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 .
边栏推荐
- Hcip day 12
- How to perform batch operations in core data
- MITK create module
- 实时切换 Core Data 的云同步状态
- Getting started with scottplot tutorial: getting and displaying values at the mouse
- 22、 TF coordinate transformation (II): static coordinate transformation
- VTK vtkcontourwidget extracts regions of interest
- [leetcode] sticker spelling (dynamic planning)
- 35道MySQL面试必问题图解,这样也太好理解了吧
- SwiftUI 布局 —— 尺寸( 上 )
猜你喜欢

基于 MinIO 对象存储保障 Rancher 数据

VTK notes - picker picker summary

10、 Timestamp

6、 C language circular statement

九、uni-popup用法 下拉框底部弹窗效果

SSH service

Analysis of thrift serialization protocol

看了就会的 Rainbond 入门教程

Summarize the knowledge points of the ten JVM modules. If you don't believe it, you still don't understand it

文件批量重命名工具Bulk Rename Utility
随机推荐
Swiftui 4.0's new navigation system
Several methods of opening URL in swiftui view
SSH service
4、 C language operators
面试官:ThreadLocal使用场景有哪些?内存泄露问题如何避免?
6、 C language circular statement
SwiftUI 4.0 的全新导航系统
Excel VBA password free view VBE encryption code
QT serialization qdatastream
Brief introduction of diversity technology
linux安装mysql
2022 safety officer-a certificate operation certificate examination question bank simulated examination platform operation
22、 TF coordinate transformation (II): static coordinate transformation
Redis redis use in jedis
Tensorflow GPU installation process record
Redis-Redis在Jedis中的使用
QT qlineedit, qtextedit, qplaintextedit differences
Penguin side: why not recommend using select *?
Switch the cloud synchronization status of core data in real time
Realization of chat room function