When I\'m trying to use TensorFlow with Keras using the gpu, I\'m getting this error message:
C:\\Users\\nicol\\Anaconda3\\envs\\tensorflow\\lib\\site-packag
I have got the same error,lucky,I have got it fixed. my error is: the last time,I open the tensorflow sess = tf.Session(),but I forgot close the session.
sess = tf.Session()
so I open the terminal, type command:
ps -aux | grep program_name
find the PID,and type command kill the PID:
kill -9 PID
Ok,the GPU is realase.