I want to run a sample code which requires Tensorflow>=1.4(GPU version).
The installation of Tensorflow1.4 needs cuDNN v6.0.
However the Capability page says that GeForce GTX 970 is compatible of cuDnn5.2.
Is cuDnn5.2 the lowest compatible version? Can I install v6.0 on my GeForce GTX 970 PC?
The GTX 970 5.2 number is a CUDA compute capability. It does not mean cuDnn5.2
CUDNN (all current versions as of this posting) should work with compute capability 3.0 and newer GPUs, including your GTX 970.