I am just getting started with neural networks, and have a CNN that I want to speed up by running the process on my GPU. However I am having a lot of difficulty setting this up, different websites and tutorials I go to seem to be out of date or deprecated, and I keep getting led down rabbit holes and ending up nowhere.
I imported python and all of my modules including numpy, keras, etc., have been installing using pip and am running the code using visual studio code.
I have followed a few tutorials that seemed to have me updating/installing drivers, installing visual studio, installing the cuda toolkit, installing zlib, installing cuDNN, setting path variables and copying files since automatic installers were not there. And at this point I got stuck in understanding what I am doing and am very lost. If anyone has any advice or can reference an up to date tutorial please let me know! Primarily I was following this tutorial: https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html?ncid=em-prod-337416, and got stuck at step 2.3.5, since I don't really know how visual studio works(I just installed it). It seems I am doing something really off so I would appreciate any advice or help even if you are uncertain!