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

MNIST imports broken in neural networks notebook #52

Open
DrJonnyT opened this issue Sep 12, 2023 · 0 comments
Open

MNIST imports broken in neural networks notebook #52

DrJonnyT opened this issue Sep 12, 2023 · 0 comments

Comments

@DrJonnyT
Copy link

The very first line no longer works:
using Flux, Flux.Data.MNIST
gives the error
UndefVarError: `MNIST` not defined

The MNIST dataset is now available from MLDatasets, but it seems like the implementation is different so it's not just a straight swap
This is in Julia 1.9.2, with Flux v0.14.5

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

No branches or pull requests

1 participant