Open YaCpotato opened 5 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)
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)