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

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

Open
arthurPignet opened this issue Dec 10, 2020 · 0 comments
Labels
good first issue Good for newcomers optimization An optimization of something that works

Comments

@arthurPignet
Copy link
Collaborator

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

@arthurPignet arthurPignet added good first issue Good for newcomers optimization An optimization of something that works labels Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers optimization An optimization of something that works
Projects
None yet
Development

No branches or pull requests

1 participant