keras-mnist-tutorial icon indicating copy to clipboard operation
keras-mnist-tutorial copied to clipboard

For a mini tutorial at U of T, a tutorial on MNIST classification in Keras.

Results 6 keras-mnist-tutorial issues
Sort by recently updated
recently updated
newest added

* Rename nb_epoch to epochs for removing UserWarning

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,...