TensorFlow: InternalError: Blas SGEMM launch failed

Old question, but may help others.
Try to close interactive sessions active in other processes (if IPython Notebook – just restart kernels). This helped me!

Additionally, I use this code to close local sessions in this kernel during experiments:

if 'session' in locals() and session is not None:
    print('Close interactive session')
    session.close()

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)