hi i am learning tensorflow specilaization. while its easy to code on the assignemts,i am having ahard time coding on my local pc working with personal projects. in the sense i have ryzen5 cpu and a 4060ti gpu but the tensorflow code runs on cpu when i command and check tensorflow coudnt detect gpu, while on the other hand pythorch runs perfectly on gpu. I am facing troubles so seems like i miight swithc to pytorch but little resources but i want to work with tensorflow on my local pc can anyone suggest any solutions please.
Hi @Saswata_stark ,
I guess you might install wrong version of Tensorflow, or there is no CUDA and cuDNN. If you have missed then install them along with these toolkits check it’s compatibility with Tensorflow.
1 Like
Depending on whether you’re using conda / pip (preferred), the installation steps are different.
Consider using docker if you’re new to python.
For all options, see the install guide
i hvae cuda and cudnn
1 Like
i am using pip and no i have bend doing puthon over a year
seems like the python version is an iissue here it supports upto 3.11 i have 3.12 or later
Good to know.