/batch-norm-visualize

Experiments of batch normalization in TF 2.0

Primary LanguagePython

Experiments of batch normalization using TF 2.0

Results

Experiment using MNIST dataset using the model paper suggested.

Usage

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

References

paper