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
Hello!
I wanted to try out the hyperparameter otimization as described in the pyannote-pipeline ReadMe.
When calling optimizer.tune() I got the following error:
File "/usr/local/lib/python3.10/dist-packages/pyannote/pipeline/optimizer.py", line 269, in objective
(mean, (lower_bound, upper_bound)), _, _ = bayes_mvs(
NameError: name 'bayes_mvs' is not defined
I guess it might be a missing import: from scipy.stats import bayes_mvs ?
I am running in Google Colab.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I wanted to try out the hyperparameter otimization as described in the pyannote-pipeline ReadMe.
When calling
optimizer.tune()
I got the following error:I guess it might be a missing import:
from scipy.stats import bayes_mvs
?I am running in Google Colab.
Thank you!
The text was updated successfully, but these errors were encountered: