TensorFlow: InternalError: Blas SGEMM launch failed

后端 未结 16 2384
清酒与你
清酒与你 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:47

    In my case,

    First, I run

    conda clean --all

    to clean up tarballs and unused packages.

    Then, I restart IDE (Pycharm in this case) and it works well. Environment: anaconda python 3.6, windows 10 64bit. I install tensorflow-gpu by a command provided on the anaconda website.

提交回复
热议问题