JuliaML / MLDatasets.jl

Utility package for accessing common Machine Learning datasets in Julia
https://juliaml.github.io/MLDatasets.jl/stable
MIT License
228 stars 47 forks source link

can we use the FastAI datasets? #191

Open MariusDrulea opened 1 year ago

MariusDrulea commented 1 year ago

As I see here: https://github.com/FluxML/FastAI.jl/issues/22, the src/datasets code from FastAI was moved into MLDatasets. Can the MLDatasets package handle the FastAI datasets described here: https://fluxml.ai/FastAI.jl/dev/FastAI@dev/ref/FastAI.Registries.datasets.html?

CarloLucibello commented 1 year ago

I don't know why https://github.com/FluxML/FastAI.jl/issues/22 was closed but the datasets were neve ported here, only some generic containers. The porting has started with #56