dcase2018_baseline icon indicating copy to clipboard operation
dcase2018_baseline copied to clipboard

DCASE 2018 Baseline systems

Results 6 dcase2018_baseline issues
Sort by recently updated
recently updated
newest added

Hi, I tried to run again the baseline code for the task 4 and after checking missing files and trying to download them I'm hit with the following error :...

Hi there, I cannot run the baseline model because files download checking is not correct. My code is the following one: ``` db = DCASE2018_Task4_DevelopmentSet(included_content_types=['all'], local_path="/path/to/folder/where/dataset/is", data_path=param.get_path('path.dataset'), audio_paths=[ os.path.join("dataset", "audio",...

Hello, I cloned the repository from github and I run the code as python3 task4_crnn.py. The script gets stuck after running for a while at 45% for more than 7...

The loss was always 0 when I was training on Task 2, and then I had this problem when I verified the effect. NotFoundError (see above for traceback): Tensor name...

i have already installed youtube-dl and stiil showing module not found

Running the baseline code for Task 5, I ran across this error > Traceback (most recent call last): > File "\~/Documents/dcase_util/dcase2018_baseline/task5/task5.py", line 763, in > sys.exit(main(sys.argv)) > File "\~/Documents/dcase_util/dcase2018_baseline/task5/task5.py", line...