Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mnist loader #396

Merged
merged 1 commit into from Apr 19, 2020
Merged

Fix mnist loader #396

merged 1 commit into from Apr 19, 2020

Conversation

c-bata
Copy link
Contributor

@c-bata c-bata commented Apr 19, 2020

I download mnist data by examples/mnist/download.sh, then execute convnet example. But I got following errors:

$ ./bin/gorgonia_convnet
2020/04/19 22:10:35 Unable to read Labels: open /Users/a14737/go/src/github.com/c-bata/goptuna/_examples/gorgonia_convnet/data/train-labels.idx1-ubyte: no such file or directory

The reason why I got this error is just missed file name. download.sh generated a file train-labels-idx1-ubyte, not train-labels.idx1-ubyte. I fix this problem on this pull request.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 63.973% when pulling ad68940 on c-bata:fix-mnist-loader into cb4f110 on gorgonia:master.

@owulveryck
Copy link
Member

Good catch, thank you.
We need to fix the tutorial on the website accordingly.
I will create an issue as a reminder

@owulveryck owulveryck merged commit e6bcb45 into gorgonia:master Apr 19, 2020
@c-bata c-bata deleted the fix-mnist-loader branch April 19, 2020 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants