I am trying to train a CNN model on my own dataset in tensorflow. I transformed my data in the same MNIST format with this code https://github.com/gskielian/JPG-PNG-to-MNIST-NN-Format/blob/master/convert-images-to-mnist-format.py.
Now I don't know how to replace the MNIST data with my own data. Is there a way to replace mnist data with my own data or import them in tensorflow?