I'm follow this example: https://towardsdatascience.com/image-generation-in-10-minutes-with-generative-adversarial-networks-c2afc56bfa3b
He used Keras data
tf.keras.datasets.mnist.load_data()
How can I change it to my own image data?
Thanks!
I'm follow this example: https://towardsdatascience.com/image-generation-in-10-minutes-with-generative-adversarial-networks-c2afc56bfa3b
He used Keras data
tf.keras.datasets.mnist.load_data()
How can I change it to my own image data?
Thanks!