Skip to content

chengjianhong/keras_mixup_generator

 
 

Repository files navigation

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

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

Install required libraries

pip3 install -r requirements.txt

Quick start

Train a model to classify 4 categories of images with mixup training and transfer learning techniques.

python3 test_mixup_generator.py

Notebook

For an interactive experience, in the project start a command line run

jupyter notebook

In the opened browser window open

test_mixup_files.ipynb

About

How to do mixup training from image files in Keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.1%
  • Python 1.9%