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

Zipped benchmark datasets #15

Closed
csala opened this issue Aug 25, 2020 · 0 comments
Closed

Zipped benchmark datasets #15

csala opened this issue Aug 25, 2020 · 0 comments
Labels
feature request Request for a new feature

Comments

@csala
Copy link
Contributor

csala commented Aug 25, 2020

The make_datasets function should accept a new argument zipped (default to False) which, if True creates the dataset as a .zip file instead of a plain folder.

The Dataset class should also be modified to be able to load datasets that are stored as a zip file without any additional input: if the dataset argument is a path to a file and its name ends in .zip, decompress it in memory before loading it.

@csala csala added the feature request Request for a new feature label Aug 25, 2020
@csala csala changed the title Add option to create and load datasets as a zipped file instead of a folder. Zipped benchmark datasets Aug 25, 2020
@srinify srinify closed this as completed Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

3 participants