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
sess.run(train_step, feed_dict={x: batch_xs, y_: batch_ys})
InternalError: Blas SGEMM launch failed
Restarting my Jupyter processes wasn't enough; I had to reboot my computer.