TensorFlow: InternalError: Blas SGEMM launch failed

后端 未结 16 2345
清酒与你
清酒与你 2020-12-04 15:13

When I run sess.run(train_step, feed_dict={x: batch_xs, y_: batch_ys}) I get InternalError: Blas SGEMM launch failed. Here is the full error and st

16条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 15:53

    In my case, I had 2 python consoles open, both using keras/tensorflow. As I closed the old console (forgotten from previous day), everything started to work correctly.

    So it is good to check, if you do not have multiple consoles / processes occupying GPU.

提交回复
热议问题