I'm using keras and tensorflow as my backend. I connect to a server with two GPU (1080ti)on it. However ,when I run my code.My code just simply ignore my powerful resource. Here's some information
$nvidia-smi while running code:
One of my GPU information:
And I do install tensorflow-gpu in version 1.9.0
$pip show tensorflow-gpu:
It seems that it can detect my gpu successfully.
So what's the problem?