-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working