-2

I created some MNIST digits by using a generative adversarial neural network and saved them in png format. I know that Keras has the MNIST dataset, but I want to combine the digit images that I created with the original MNIST dataset in the Keras. Is this possible, if so, how can I do this ?

Thank you.

thekmb
  • 13
  • 1
  • 6

1 Answers1

1

i'm pretty sure keras uses the lecun set found here

just decode that set and add your own to the pile

vencaslac
  • 2,727
  • 1
  • 18
  • 29