I install the tensorflow gpu first
pip install tensorflow-gpu.
pip install keras
but when I;m running the gpu task. it does not run with the gpu.
It run with CPU.
import keras
import tensorflow as tf
print(keras.__version__)
print(tf.__version__)
2.3.1
2.1.0