mjkvaak / ImageDataAugmentor

Custom image data generator for TF Keras that supports the modern augmentation module albumentations
Other
86 stars 27 forks source link

Importing Keras from Tensorflow #11

Closed BardiaKh closed 3 years ago

BardiaKh commented 4 years ago

Changed the code to import Keras from Tensorflow(the official way as of TF2.0). Also there was a little typo in the docstrings which was fixed.

Regards,