-
-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
The [Dataloader documentation] points to a tutorial page, https://fluxml.ai/tutorials/2021/01/21/data-loader.html,
which is a bit outdated. In particular, the old MLDatasets.jl interface is used
x, y = MNIST.traindata(Float32)
dataloader = DataLoader((x, y))
instead of the new one
x, y = MNIST()[:]
dataloader = DataLoader((x, y))
Metadata
Metadata
Assignees
Labels
No labels