Skip to content

MNIST imports broken in neural networks notebook #52

Open
@DrJonnyT

Description

@DrJonnyT

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      MNIST imports broken in neural networks notebook · Issue #52 · JuliaAcademy/DataScience