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
we assume that the sample rates of the signals and the length of the references and estimates are the same. However often, users might not be aware of this and it would make sense to warn them already in the local test submission.
we assume that the sample rates of the signals and the length of the references and estimates are the same. However often, users might not be aware of this and it would make sense to warn them already in the local test submission.
we have:
music-demixing-challenge-starter-kit/evaluator/music_demixing.py
Lines 95 to 96 in 4cd3be8
I think we should add
_
) these should the same (int(reference_rate) == int(estimate_rate)
)reference.shape == estimate.shape
)The text was updated successfully, but these errors were encountered: