Require Python 3.5+ installed.
git clone https://github.com/Tony607/Keras_Bag_of_Tricks
pip3 install -r requirements.txt
Run those demos shown in the blog.
python warm_up_learning_rate_scheduler.py
python warmup_cosine_decay_scheduler.py
python label_smoothing.py
Happy coding! Leave a comment if you have any question.