简体   繁体   English

这是什么错误,我该如何解决? 进程以退出代码 -1073740791 (0xC0000409) 结束

[英]What is this error and how do I fix it? Process finished with exit code -1073740791 (0xC0000409)

I have a tensorflow script I'm trying to run, and every time I run it I get this error, and Google hasn't helped me figure out the cause.我有一个正在尝试运行的 tensorflow 脚本,每次运行时都会出现此错误,而 Google 并没有帮助我找出原因。

Process finished with exit code -1073740791 (0xC0000409)进程以退出代码 -1073740791 (0xC0000409) 结束

Thanks for any help.谢谢你的帮助。

Here's a more extensive error message.这是更广泛的错误消息。

2021-12-22 20:04:43.518831: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations:  AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2021-12-22 20:04:44.339137: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1525] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 5490 MB memory:  -> device: 0, name: NVIDIA GeForce RTX 3070 Laptop GPU, pci bus id: 0000:01:00.0, compute capability: 8.6
2021-12-22 20:04:49.923774: I tensorflow/stream_executor/cuda/cuda_dnn.cc:368] Loaded cuDNN version 8301

Process finished with exit code -1073740791 (0xC0000409)

I resolved it.我解决了。 It's an error unique to incompatibilities between certain versions of CUDA and CUDAnn, in my case I had to just keep switching out the CUDNN files until I found one that worked (8.2)这是 CUDA 和 CUDAnn 的某些版本之间的不兼容所特有的错误,在我的情况下,我不得不不断切换 CUDNN 文件,直到找到一个有效的文件 (8.2)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 进程以退出代码 -1073740791 (0xC0000409) Tensorflow 错误结束 - Process finished with exit code -1073740791 (0xC0000409) Tensorflow error 进程完成,退出代码 -1073740791 (0xC0000409) pycharm 错误 - Process finished with exit code -1073740791 (0xC0000409) pycharm error Pycharm 错误“进程以退出代码 -1073740791 (0xC0000409) 完成” - Pycharm error "Process finished with exit code -1073740791 (0xC0000409)" 使用XGBoost在PyCharm上以退出代码-1073740791(0xC0000409)退出的过程完成 - Process finished with exit code -1073740791 (0xC0000409) on PyCharm with XGBoost 进程已完成,退出代码为 -1073740791 (0xC0000409) 错误,无法打开网站 - Process finished with exit code -1073740791 (0xC0000409) error not opening a website tensorflow 进程完成,退出代码为 -1073740791 (0xC0000409) STATUS_STACK_BUFFER_OVERRUN - tensorflow process finished with exit code -1073740791 (0xC0000409) STATUS_STACK_BUFFER_OVERRUN Web抓取大数据时,进程以退出代码-1073740791(0xc0000409)完成 - Process finished with exit code -1073740791 (0xc0000409) when web scraping large data 进程完成,退出代码 -1073740791 (0xC0000409) STATUS_STACK_BUFFER_OVERRUN - Process finished with exit code -1073740791 (0xC0000409) STATUS_STACK_BUFFER_OVERRUN 过程以退出代码 -1073740791 (0xC0000409) PyQt5 和 Firebase 身份验证完成 - Process finished with exit code -1073740791 (0xC0000409) PyQt5 and Firebase authentication 一旦我单击 signinButton 并退出,程序就停止运行,进程完成,退出代码为 -1073740791 (0xC0000409) - The program just stops running once i click the signinButton and exits with Process finished with exit code -1073740791 (0xC0000409)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM