Reputation: 63
I read the TensorFlow documentation about how to install Tensorflow 2.0 with GPU on Windows (https://www.tensorflow.org/install/gpu).
In the hardware requirement section, it states that it needs NVIDIA GPU with CUDA Compute Capability. When I saw CUDA-enabled GPU cards list (https://developer.nvidia.com/cuda-gpus), I just realized that my GPU was not on the list (I have NVIDIA GTX 1660 ti on my machine).
What I wanted to ask are:
Upvotes: 0
Views: 667
Reputation: 1729
You can use Tensorflow GPU on your laptop as your GPU supports CUDA. Install CUDA, then cuDNN and then, Tensorflow GPU.
You don't have to work with CPU version as you have a better option.
Upvotes: 1