Skip to content

Error when loading an audio from musdb #2

@bezirganyan

Description

@bezirganyan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions