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
Hello,
whenever I try to evaluate on any of the two HEAR tasks that require timestamp embeddings (DCASE2016 Task 2, Maestro), I get a score of NaN. I believe the timestamp computation in the RuntimeMAE ist incorrect. In the HEAR API, the timestamps are defined in milliseconds, not seconds.
See for example in hearbaseline/wav2vec2, the timestamp values need to be multiplied by 1000.
With this modification, I get reasonable results.
The text was updated successfully, but these errors were encountered:
Thank you for spotting the bug! We appreciate it. After fixing the bug, I confirmed the onset FMS result of 0.896 on DCASE2016 Task 2 using 80x512p16x16_paper/checkpoint-100.pth, a good score for a single model.
Hello,
whenever I try to evaluate on any of the two HEAR tasks that require timestamp embeddings (DCASE2016 Task 2, Maestro), I get a score of
NaN
. I believe the timestamp computation in the RuntimeMAE ist incorrect. In the HEAR API, the timestamps are defined in milliseconds, not seconds.See for example in hearbaseline/wav2vec2, the timestamp values need to be multiplied by 1000.
With this modification, I get reasonable results.
The text was updated successfully, but these errors were encountered: