How to do mixup training from image files in Keras | DLology Blog
Require Python 3.5+ and Jupyter notebook installed
git clone https://github.com/Tony607/keras_mixup_generator
pip3 install -r requirements.txt
Train a model to classify 4 categories of images with mixup training and transfer learning techniques.
python3 test_mixup_generator.py
For an interactive experience, in the project start a command line run
jupyter notebook
In the opened browser window open
test_mixup_files.ipynb