I have searched many places but ALL I get is HOW to install it, not how to verify that it is installed. I can verify my NVIDIA driver is installed, and that CUDA is installe
How about checking with python code:
python
from tensorflow.python.platform import build_info as tf_build_info print(tf_build_info.cudnn_version_number) # 7 in v1.10.0