Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upC#: Do you have any documentation on how to load MNIST digits from PNG files? #3423
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to adapt the sample training code for MNIST for our needs. Our project entails grabbing rectangular portions from a much larger PNG/JPG file.
Looking at MNISTClassifier class I gather that the vectors are read from a flat file. I can't see any images being any loaded any where.
Thanks,
Saurabh