Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 311 Bytes

tensorflow-data-augmentation

Tensorflow data augmentation. Inspired by batchgenerators.

Install

pip install https://github.com/uta-smile/tensorflow-data-augmentation/archive/{branch}.zip

Run test

Run test by runing:

python -m tfda.base
python -m tfda.transforms.xxx
# ...