Error calling pipeline.from_pretrained() with AttributeError :'NoneType' object has no attribute 'eval' #1263
Answered
by
hbredin
RyoTakahashi
asked this question in
Q&A
-
Hi all, I tried speaker diarization on my own data with following code.
However, it failed with the following error.
My access token is valid and I use pyannote.audio-2.1.1. Do you have any idea to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
hbredin
Feb 16, 2023
Replies: 1 comment 1 reply
-
Did you fill the user access form for It looks like you did for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RyoTakahashi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you fill the user access form for
pyannote/segmentation
model?It looks like you did for
pyannote/speaker-diarization
but not forpyannote/segmentation
(which is used internally bypyannote/speaker-diarization
).