Running tensorflow on GPU cluster in virtualenv

后端 未结 2 1505
眼角桃花
眼角桃花 2021-01-20 16:08

I installed the GPU version of tensorflow in a virtualenv following these instructions. The problem is, I am getting a segmentation fault upon starting a session. That is, t

2条回答
  •  执笔经年
    2021-01-20 16:31

    It's not finding CuDNN -

    I tensorflow/stream_executor/dso_loader.cc:93] Couldn't open CUDA library > libcudnn.so.6.5. LD_LIBRARY_PATH: :/vol/cuda/7.0.28/lib64 I tensorflow/stream_executor/cuda/cuda_dnn.cc:1382] Unable to load cuDNN DSO

    You need to have it installed. Please see the TensorFlow CUDA installation instructions

提交回复
热议问题