You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: