Tony607 / keras_mixup_generator

How to do mixup training from image files in Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%