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.
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.