It's not an issue so much as a question.
I used Dr. Dobrankski's script here to expand the MNIST data set:
https://github.com/MichalDanielDobrzanski/DeepLearningPython35/blob/master/expand_mnist.py
I would like to convert the output of this script into ubyte data. (i.e. exactly the original MNIST data). Can you help with this with one of your scripts? To take his output (pickled numpy array) and convert to the original four ubyte files?
It's not an issue so much as a question.
I used Dr. Dobrankski's script here to expand the MNIST data set:
https://github.com/MichalDanielDobrzanski/DeepLearningPython35/blob/master/expand_mnist.py
I would like to convert the output of this script into ubyte data. (i.e. exactly the original MNIST data). Can you help with this with one of your scripts? To take his output (pickled numpy array) and convert to the original four ubyte files?