On windows, how do you verify the version number of CuDNN installed?
I'm finding a lot of results when I search for the answer for Linux machines. It doesn't seem like there's a clear way to find out what version is installed for Windows.
Go to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include\
open cudnn.h
define CUDNN_MAJOR 5
define CUDNN_MINOR 1
define CUDNN_PATCHLEVEL 10
in my case its 5.1.10