I\'m running tensorflow-gpu on Windows 10 using a simple MINST neural network program. When it tries to run, it encounters a CUBLAS_STATUS_ALLOC_FAILED error. A
CUBLAS_STATUS_ALLOC_FAILED
In my case, a stale python process was consuming memory. I killed it through task manager, and things are back to normal.