TensorFlow: Blas GEMM launch failed

后端 未结 15 1116
攒了一身酷
攒了一身酷 2020-12-05 05:11

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         


        
15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 05:34

    For me it was a runaway ipynb script which I thought I had terminated but was actually still running, thus my GPU was in use and this error appeared

提交回复
热议问题