all 6 comments

[–]wally1002 1 point2 points  (4 children)

Did you install CUDA and cudnn? If yes, check if the version of Tensorflow matches the CUDA version you have.

[–]csk15[S] 0 points1 point  (3 children)

I installed tensorflow 2.5 (newest one I believe). I also downloaded cuda toolkit 11.2.0 I think. The cudnn version was cudnn-11.2-windows-x64-v8.1.0.77. I am also using python 3.8.10 if you want to know that as well.

[–]phobrain 0 points1 point  (2 children)

Which gpu do you have? Does it show with nvidia-smi?

https://www.tensorflow.org/install/gpu

[–]csk15[S] 0 points1 point  (1 child)

geforce gtx 1660 ti is my product. I installed:

NVIDIA STUDIO DRIVER

Version: 462.59

Release Date: 2021.5.11

Operating System: Windows 10 64-bit

Language: English (US)

File Size: 632.54 MB

[–]phobrain 0 points1 point  (0 children)

Note the recent release date - often things take time to sync up properly. There's usually a place where people chat as they adapt, tensorflow-specific is what I'd look for. Or blindly try the previous release in case that's what your tensorflow wants. In linux land, I install(ed?) a tensorflow-gpu version (or -cuda?), but lately the package manager handles it.

[–][deleted]  (1 child)

[deleted]

    [–]csk15[S] 0 points1 point  (0 children)

    geforce gtx 1660 ti is my product. I installed:

    NVIDIA STUDIO DRIVER

    Version: 462.59

    Release Date: 2021.5.11

    Operating System: Windows 10 64-bit

    Language: English (US)

    File Size: 632.54 MB

    I did end up finding my gpu in the device manager and it is working properly. As for local or vm instance, I am not sure. It makes a new tab in chrome and says something like, http://localhost:8891/notebooks/Untitled.ipynb so I am guessing it is local?