Tensorflow crashes with CUBLAS_STATUS_ALLOC_FAILED

前端 未结 10 1174
醉梦人生
醉梦人生 2020-12-03 00:43

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

10条回答
  •  自闭症患者
    2020-12-03 01:28

    In my case, a stale python process was consuming memory. I killed it through task manager, and things are back to normal.

提交回复
热议问题