GoMNIST icon indicating copy to clipboard operation
GoMNIST copied to clipboard

GoMNIST is a Go driver for reading Yann LeCun's MNIST dataset of handwritten digits

Results 3 GoMNIST issues
Sort by recently updated
recently updated
newest added

I think you want: // Next returns the next image and its label in the data set. // If the end is reached, present is set to false. func (sw...

1. fix Sweeper.next bug 2. add Raw Image.AtGray

The example in the README.md stays on the same record, effectively not moving "Next".