python tensorflow 程序终端错误返回Process finished with exit code -1073740791 (0xC0000409) 返回异常中断
返回错误 Could not load library cudnn_cnn_infer64_8.dll. Error code 193或126
Please make sure cudnn_cnn_infer64_8.dll is in your library path!
先找到错误所在
- debug,没看出错误。
- 配置pycharm错误显示 找出错误。
3.网上到了zlib. dll 在脚本之家下载。参考
https://blog.csdn.net/qq_28048779/article/details/122146628
我的这一步还没好
4.内存不够引起的:
tensorflow在gpu运行。
import os
os.environ[‘CUDA_VISIBLE_DEVICES’] = ‘/gpu:0’
如果问题没有解决继续找。
爱是一切问题的答案。