Problem Statement
I am having an issue with training machine learning models with TensorFlow-GPU in a Jupyter notebook. After completing the training, my dedicated GPU memory is still at 85% usage, and I am unable to run the same model or a modified version without receiving an error (Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
). To free up the GPU memory, I have to quit Anaconda Prompt and relaunch Jupyter notebook. Is anyone else experiencing the same issue? Does anyone know how to clear the GPU memory?
Failed to get convolution algorithm. This is probably because cuDNN failed to initialize