balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

cuDNN library mismatch #340

Closed andrebolle closed 5 years ago

andrebolle commented 5 years ago

I get this message, which I believe is because I use a newer version of the cuDNN library (7301) whereas source is compiled using 7003.

Loaded runtime CuDNN library: 7301 (compatibility version 7300) but source was compiled with 7003 (compatibility version 7000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.

andrebolle commented 5 years ago

I'm going to download cuDNN v7.0.5, for CUDA 9.0. I'll keep you posted.

andrebolle commented 5 years ago

Problem solved.

If SSD could be built using the latest version of cuDNN, so much the better.