Experiment using MNIST dataset using the model paper suggested.
Using batch normalization.
python main.py --epochs=300 --steps_per_epoch=600 --bn=True
Without batch normalization.
python main.py --epochs=300 --steps_per_epoch=600 --bn=False
Tensorboard to visualize
tensorboard --logdir=logs