LabeliaLabs / distributed-learning-contributivity

Simulate collaborative ML scenarios, experiment multi-partner learning approaches and measure respective contributions of different datasets to model performance.
https://www.labelia.org
Apache License 2.0
56 stars 12 forks source link

ESC50 preprocessing is time consuming, the preprocessed data should be stored in cache #286

Open arthurPignet opened 3 years ago

arthurPignet commented 3 years ago

When using the ESC50 dataset, we preprocess the data at each instanciation of a dataset. However the preprocessing is quite long. It would be great to store the preprocessed inputs in the local_data/esc50 folder.

It would also save time during unit-tests