Tensorflow: InternalError: Blas GEMM launch failed

用GPU跑程序时出现错误:

InternalError: Blas GEMM launch failed

原因&解决方法:

有其他进程在用GPU。
因为用的是PyCharm,没有跑其他程序,但是之前在Python Console有用tensorflow-gpu,所以应先停止Python Console,再跑就没问题啦!

参考来源:https://github.com/tensorflow/tensorflow/issues/11812

你可能感兴趣的:(Tensorflow: InternalError: Blas GEMM launch failed)