Closed elcronos closed 3 years ago
Hi! Thanks reporting these issues.
There is a bug in FSDKaggle2018
. When initializing the instance, it is assumed that the dataset has been downloaded before and that is why it tries to open the train_post_competition.csv
file. I'll fix it now.
It should be working now. This fix will be included in the next release. For now, please install DCASE-models from the repository:
git clone https://github.com/MTG/DCASE-models.git
cd DCASE-models
pip install .
I'm trying to download the dataset FSDKaggle2018
However I get the error:
I have been able to download all other datasets except this one because of that error. Any suggestions?