Skip to content

Bag of Tricks for Image Classification with Convolutional Neural Networks in Keras

License

Notifications You must be signed in to change notification settings

Tony607/Keras_Bag_of_Tricks

Repository files navigation

How to Run

Require Python 3.5+ installed.

Clone or download this repo

git clone https://github.com/Tony607/Keras_Bag_of_Tricks

Install required libraries

pip3 install -r requirements.txt

Run those demos shown in the blog.

Learning rate warmup

python warm_up_learning_rate_scheduler.py

Cosine Learning Rate Decay

python warmup_cosine_decay_scheduler.py

Label Smoothing

python label_smoothing.py

Happy coding! Leave a comment if you have any question.

About

Bag of Tricks for Image Classification with Convolutional Neural Networks in Keras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages