keras-mnist-tutorial
keras-mnist-tutorial copied to clipboard
For a mini tutorial at U of T, a tutorial on MNIST classification in Keras.
* Rename nb_epoch to epochs for removing UserWarning
fixed typo
I was running the code for the Training part and now it is stuck at this part! Is it normal i.e how much time does it take for the Training?...
Fix 'show_accuracy' argument is deprecated warning Fix 'invalid index to scalar variable' error
Thanks for sharing your code. I have two issues: > UserWarning: The "show_accuracy" argument is deprecated, instead you should pass the "accuracy" metric to the model at compile time: 'model.compile(optimizer,...