spyder + tensorflow 运行训练报错:InternalError (see above for traceback): Blas GEMM launch failed
InternalError (see above for traceback): Blas GEMM launch failed : a.shape=(100, 1024), b.shape=(1024, 128), m=100, n=128, k=1024
原因是spyder前一次运行后内存未释放,导致再次运行内存不足。
参考链接:https://blog.csdn.net/feixiang7701/article/details/81515447