Closed tioans closed 1 year ago
Hi @tioans, could you verify that is audio present at the locations listed here?
Loading train dataset: fg_dir=data/FSDSoundScapes/FSDKaggle2018/train bg_dir=data/FSDSoundScapes/TAU-acoustic-sounds/TAU-urban-acoustic-scenes-2019-development
Loaded train dataset at data/FSDSoundScapes containing 50000 elements
Loading val dataset: fg_dir=data/FSDSoundScapes/FSDKaggle2018/val bg_dir=data/FSDSoundScapes/TAU-acoustic-sounds/TAU-urban-acoustic-scenes-2019-development
Loaded test dataset at data/FSDSoundScapes containing 5000 elements
Further, you could try making sure the audio file names that .jams
file contains exist..
Hi @vb000, thanks for the suggestions. I checked the folders you specified and data is there. Also tried to redownload the entire dataset as per instructions, but no change.
Do you have another idea of what might have went wrong? Could you perhaps check if the error occurs if you make a fresh clone the repo?
Hi again, found the issue. It seems there was some incompatibility between the required packages in my conda environment. After creating a new one with python 3.8 and installing the requirements.txt, the issue disappeared.
Hi, thank you for sharing the project, I find it very interesting! I was wondering if you could help with an issue I'm encountering while trying to replicate the training procedure from the paper. After following the five steps in the "Training and Evaluation" section of the readme, when I attempt to start the train procedure I ran into the following:
RuntimeError: invalid effect options, see SoX docs for details
It seems this is linked to the train samples given the mixture.jams files, but unsure what might be causing this. Could you please help?
The full stack trace is shown below: