I want to use cuda toolkit GPU for run my program in python. My nvidia graphic card which is NVIDIA GeForce 840M, is compatible with cuda toolkit. I download cuda toolkit 9.0 and cudnn of this cuda version and install it step by step using this tutorial:
But after installing when I check if GPU is available for my system I got False!
Can anyone please help me with my problem?
I search a lot but I didn't find any useful solution!
Thank you
CodePudding user response:
Refer this video - TF2 installation Aladdin Persson
I personally found this helpful , I use pip though to setup my env , but yea if you use Anaconda , this will be of help and there are guidelines in this video wrt selecting the right version based on your GPU
CodePudding user response:
Use this referral link check the TensorFlow,Cuda and Cudan version, its work properly
https://www.tensorflow.org/install/source_windows
thankyou