Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 659 Bytes

Source code for "One simple trick to train Keras model faster with Batch Normalization"

You may also read my write up for more detail.

Tested with Python 3.5

Dependencies

tensorflow==1.4.0 matplotlib numpy

How to Run

Run the python notebook by cd into the directory in command line then run

jupyter notebook

Select in the browser Keras_Batch_Normalization.ipynb

Enjoy, leave a comment in my blog post if you have any question.