Closed jyhan03 closed 7 months ago
Try updating pyannote.database to 5.1.0
.
Try updating pyannote.database to
5.1.0
.
Solved. Many thanks.
Sorry to bother you again.
I found the tutorial works when I use a single GPU, but it fails when running with 2 GPUs:
_pickle.PicklingError: Can't pickle <class 'pyannote.database.registry.AMI-SDM'>: attribute lookup AMI-SDM on pyannote.database.registry failed
Do you have any suggestions?
Maybe there are some incompatible issues. Multi-GPU works for pyannote3.1.
Tested versions
System information
CentOS 7.9 - pyannote.audio=2.1.1
Issue description
Hi, thanks for the great work! When I follow https://github.com/pyannote/pyannote-audio/blob/develop/tutorials/adapting_pretrained_pipeline.ipynb and run code on Colab, everything is fine. But when I try to run the same code on my local machine, there is always an issue from
pyannote-database info AMI-SDM.SpeakerDiarization.mini
:UnknownExtra: typer 0.12.3 has no such extra feature 'all'
.I tried to install the same version of python/pip/pyannote as the Colab, but the problem is still there. Any suggestions to solve it? Thanks.
Minimal reproduction example (MRE)
https://github.com/pyannote/pyannote-audio/blob/develop/tutorials/adapting_pretrained_pipeline.ipynb