tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed

tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed : a.shape=(200, 1), b.shape=(1, 10), m=200, n=10, k=1
    [[node MatMul (defined at C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py:1748) ]]

TensorFlow—GPU版本出现这种情况,一般是GPU被占用,不想麻烦的话就直接重启

你可能感兴趣的:(tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed)