Jul 25, 2017 · 1 min read
Thanks for the article. The example shows how to augment image data from existing data set (ciaf10).
(x_train, y_train), (x_test, y_test) = cifar10.load_data()
How can I load an augment image data from my own set of images?
Thanks for the article. The example shows how to augment image data from existing data set (ciaf10).
(x_train, y_train), (x_test, y_test) = cifar10.load_data()
How can I load an augment image data from my own set of images?