Knet.jl icon indicating copy to clipboard operation
Knet.jl copied to clipboard

Fix deprecations from MLDatasets in tutorial notebooks

Open islent opened this issue 2 years ago • 0 comments

https://github.com/JuliaML/MLDatasets.jl/issues/120

From [email protected], data should be accessed as

trainset = MNIST(:train)

instead of

xtrn,ytrn = MNIST.traindata(Float32)

islent avatar May 16 '22 15:05 islent