>>560
cpuで動かしてない?
tensorflowがgpuで動いてるか試してみて

from tensorflow.python.client import device_lib
device_lib.list_local_devices()

https://qiita.com/yt6t6t/items/5df4a83f3223c6a8c600