weinman / cnn_lstm_ctc_ocr

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
GNU General Public License v3.0
498 stars 170 forks source link

CuDnn 7.2.1 #56

Closed ambigus9 closed 5 years ago

ambigus9 commented 5 years ago

Hi, i'm trying to run make train and i'm getting following error:

2019-03-20 09:33:18.346027: E tensorflow/stream_executor/cuda/cuda_dnn.cc:343] Loaded runtime CuDNN library: 7.0.4 but source was compiled with: 7.2.1.  CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library.  If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
Segmentation fault (core dumped)

Any suggestion to solve it?

weinman commented 5 years ago

Sorry, but this is a Tensorflow+CUDNN issue, which is not germane to any errors or issues in this software repository. (Your version of TF must match/require the version of CuDNN available on your host system.) Please consult the many other references or help platforms on the web to solve it.