You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following messages: FOLD[1] EVAL SET Empty set
FOLD[1] SETS Test and eval sets have different amount of files [13796 != 0].
FOLD[1] SETS Test and eval sets have different files [0 != 13796 files common].
FOLD[2] SETS Test and eval sets have different amount of files [275 != 829].
FOLD[2] SETS Test and eval sets have different files [0 != 275 files common]. (datasets.py:1304)
NoneType: None
Dataset errors:
FOLD[1] EVAL SET Empty set
FOLD[1] SETS Test and eval sets have different amount of files [13796 != 0].
FOLD[1] SETS Test and eval sets have different files [0 != 13796 files common].
FOLD[2] SETS Test and eval sets have different amount of files [275 != 829].
FOLD[2] SETS Test and eval sets have different files [0 != 275 files common].
It seems that is not searching the files in the correct path....
Any idea how to solve this issue?
dcase_util: 0.2.5
Thanks
The text was updated successfully, but these errors were encountered:
I am sorry for the inconvenience, dcase_util has been updated, and this code is not running with the new version.
Indeed, I have the same issue when running with dcase_util version 0.2.5.
Downgrade to dcase_util 0.2.4 will do the trick for now.
If you just want to use the dataset, dcase2019_task4 challenge will provide a Dataset class where you'll be able to use dcase2018 data.
Hi there,
I cannot run the baseline model because files download checking is not correct.
My code is the following one:
I get the following messages:
FOLD[1] EVAL SET Empty set
FOLD[1] SETS Test and eval sets have different amount of files [13796 != 0].
FOLD[1] SETS Test and eval sets have different files [0 != 13796 files common].
FOLD[2] SETS Test and eval sets have different amount of files [275 != 829].
FOLD[2] SETS Test and eval sets have different files [0 != 275 files common]. (datasets.py:1304)
NoneType: None
Dataset errors:
FOLD[1] EVAL SET Empty set
FOLD[1] SETS Test and eval sets have different amount of files [13796 != 0].
FOLD[1] SETS Test and eval sets have different files [0 != 13796 files common].
FOLD[2] SETS Test and eval sets have different amount of files [275 != 829].
FOLD[2] SETS Test and eval sets have different files [0 != 275 files common].
It seems that is not searching the files in the correct path....
Any idea how to solve this issue?
dcase_util: 0.2.5
Thanks
The text was updated successfully, but these errors were encountered: