JackyTung / tensorgraph

The tensorgraph is a example show how to generate, load graph from tensorflow
Other
37 stars 20 forks source link

filename maybe wrong in line 68 and 69 of MNIST.h? #1

Closed shuye-cheung closed 8 years ago

shuye-cheung commented 8 years ago

The files in MNIST_data directory shoud be t10k-images.idx3-ubyte, t10k-labels.idx1-ubyte, train-images.idx3-ubyte, train-labels.idx1-ubyte respectively, rather than t10k-images-idx3-ubyte, t10k-labels-idx1-ubyte, train-images-idx3-ubyte, train-labels-idx1-ubyte.

JackyTung commented 8 years ago

Thanks for your comment. I refer MNIST.h in https://github.com/krck/MNIST_Loader You can check this :)