DeepEcho icon indicating copy to clipboard operation
DeepEcho copied to clipboard

Zipped benchmark datasets

Open csala opened this issue 5 years ago • 0 comments

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 avatar Aug 25 '20 09:08 csala