-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
When trying to load the accompaniment from 'Voelund - Comfort Lives In Belief' audio file from musdb, I get an error:
ValueError: operands could not be broadcast together with shapes (5224448,2) (5244928,2)
I am not sure whether the bug is from musdb dataset or package. Currently we handle the exception by skipping this audios with such errors.
The bug can be reproduced by:
import musdb
mus = musdb.DB(root=data_path)
mus[95].targets['accompaniment'].audio
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on