MLDatasets.jl
MLDatasets.jl copied to clipboard
Utility package for accessing common Machine Learning datasets in Julia
cc @aurorarossi ```julia julia> using MLDatasets julia> TemporalBrains() ERROR: SystemError: opening file "/Users/carlo/.julia/scratchspaces/124859b0-ceae-595e-8997-d05f6a7a8dfe/datadeps/TemporalBrains/LabelledTBN/labels.txt": No such file or directory Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:176 [2] systemerror @ ./error.jl:175...
As mentioned here https://github.com/chengchingwen/Pickle.jl/issues/42 it would be nice if Pickle updated it's dependencies to allow the new StridedViews. This makes MLDatasets 0.7 incompatible with TensorOperations which my new package depends...
For a vision task, the Imagenette dataset would be a good addition (https://github.com/fastai/imagenette), it is already provided by torchvision (PyTorch) and TensorFlow