barisozmen / deepaugment

Discover augmentation strategies tailored for your dataset
MIT License
244 stars 41 forks source link

PyPl 's typo(sorry, Im good at PR) #31

Open YaCpotato opened 4 years ago

YaCpotato commented 4 years ago

https://pypi.org/project/deepaugment/

In the Advanced usage

deepaug = DeepAugment(iamges=x_train, labels=y_train, config=my_config)

!! images typo 'iamges' !! the right patten is I thought

deepaug = DeepAugment(images=x_train, labels=y_train, config=my_config)