DataScience icon indicating copy to clipboard operation
DataScience copied to clipboard

MNIST imports broken in neural networks notebook

Open DrJonnyT opened this issue 2 years ago • 0 comments

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

DrJonnyT avatar Sep 12 '23 09:09 DrJonnyT