-
Notifications
You must be signed in to change notification settings - Fork 22
Description
We tried to replicate your results and use your code for our own implementation but there is a little misunderstanding on your the dataset.
-
On the git report readme there are 23 subdasets but only 19 in the dataset download link. The extracted zip file yield 19. Have we missed anything?
-
The training_aug.h5 has 1000 samples with labels as 0. Each h5 file in the readme should have N labels as specified in the data structure of the readme. I guess we have misunderstood you, could you clarify a little bit?
-
For the training in the code you passed the path to the training_aug.h5 file which has only one class. Except that we missed something it will be meaningless to train with just one label. Did you therefore generate your training dataset by merging the three sub datasets? (training_aug.h5, training_0hz.h5 and training_no_aug.h5)