Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should we use DataSets.jl? #127

Open
CarloLucibello opened this issue May 9, 2022 · 1 comment
Open

should we use DataSets.jl? #127

CarloLucibello opened this issue May 9, 2022 · 1 comment

Comments

@CarloLucibello
Copy link
Member

What are the advantages and disadvantages over DataDeps.jl?

How would the MNIST implementation look like if we were to move to DataSets.jl?

cc @c42f

@johnnychen94
Copy link
Member

DataDeps mainly handles the "download and cache the data into my local disk" task, while DataSets aims to provide a declarative and programable interface to load existing data.

If DataSets.jl hasn't provided downloader support yet, then we still can't use it here. Last time when I checked oxinabox/DataDeps.jl#144 it, DataSets hadn't provided Downloads.jl intergration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants