8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JuliaML/MLDatasets.jl#120
From MLDatasets@v0.6, data should be accessed as
MLDatasets@v0.6
trainset = MNIST(:train)
instead of
xtrn,ytrn = MNIST.traindata(Float32)