CUDA and GPU compatibility

I just got a GEFORCE GTX 1660 TI GPU. I installed CUDA and cuDNN. I installed tensorflow-gpu. However tensorflow is still running on the CPU. Please please help.

I have the same proble. Anoteher question: Cuda 8.0 or 10.0 is compatibily with 1660 Ti ?
Thanks

I finally got my system working. I used cuda 9.0 and cuDNN 7. You have to manually transfer the files you download from cuDNN7 to the cuda 9.0 directory. There will be three files if I remember correctly: something in bin, lib, and jre. You want to transfer them to the same named folders in cuda 9.0. Once you get that done, I installed keras 2.1.5, tensorboard 1.9.0 and tensorflow-gpu 1.9.0 and everything works.