could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

前端 未结 19 2515
故里飘歌
故里飘歌 2020-12-01 16:01

I installed tensorflow 1.0.1 GPU version on my Macbook Pro with GeForce GT 750M. Also installed CUDA 8.0.71 and cuDNN 5.1. I am running a tf code that works fine with non C

19条回答
  •  爱一瞬间的悲伤
    2020-12-01 16:27

    I had the same problem (Ubuntu 18.04). I was using:

    • tensorflow 2.1
    • cuda 10.1
    • cudnn 7.6.5

    I solved it uninstalling cuda and its folder, and installing it via apt following the tensorflow page instructions: https://www.tensorflow.org/install/gpu?hl=fr#ubuntu_1804_cuda_101

提交回复
热议问题