distributed-learning-contributivity
distributed-learning-contributivity copied to clipboard
ESC50 preprocessing is time consuming, the preprocessed data should be stored in cache
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