![]() |
cuDNN Installation Error : Cuda Failurer version : GCC 5.4.0 - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: cuDNN Installation Error : Cuda Failurer version : GCC 5.4.0 (/thread-8462.html) |
cuDNN Installation Error : Cuda Failurer version : GCC 5.4.0 - papatya2 - Feb-21-2018 I would try to install tensorflow. I installed Cuda Toolkit 9.1. I tried to install cuDNN properly : cuDNN v7.0.5 Runtime Library for Ubuntu16.04 (Deb) cuDNN v7.0.5 Developer Library for Ubuntu16.04 (Deb) cuDNN v7.0.5 Code Samples and User Guide for Ubuntu16.04 (Deb) ... $ ./mnistCUDNN cudnnGetVersion() : 7005 , CUDNN_VERSION from cudnn.h : (7005) (7.0.5) Cuda failurer version : GCC 5.4.0 Error : unknown error error_util.h:93 Aborting... So I think cuDNN isn't installed properly. How can it be solved ? Ubuntu 16.04.9 : Ubuntu 5.4.0-6ubuntu1 : GCC 5.4.0 GPU GTX 1080 ti 64 bit NVIDIA Driver 390.25 : NVIDIA-Linux-x86_64-390.25.run CUDA Toolkit 9.1 Python3.6.4 |