-
-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation Error with Speaker Change Detection - ValueError: zero-size array... #243
Comments
Update: I was curious if |
You did find a bug in However, I do not understand why this happens in your case.
Can you try to narrow this down? |
I found the issue. I'm not exactly sure how it happened, but the |
Glad your issue is solved. Would you mind sharing annotation and annotated files before and after your fix so that I can better fix the related bug in |
MixHeadset_val_dirty_rttm.txt Here are the files. I had to change them to a |
Thanks. |
When running
pyannote-change-detection validate
, I'm getting an error that doesn't seem to have much precedent. Full-length stdout is below. Most forum posts onValueError: zero-size array to reduction operation maximum which has no identity
don't apply to our case.pyannote-change-detection train
worked without issue.I first suspected that I simply hadn't updated the validate paths in
database.yml
but as far as I can tell they are correct.I've tried with both python 3.6 and 3.7. On the develop branch. I'm working on a Google Cloud Platform cloud compute instance starting from the
c2-deeplearning-pytorch
image. Using AMI.Wouldn't be surprised at all if it's something straightforward, but I haven't been able to figure it out.
The text was updated successfully, but these errors were encountered: