Describe the bug
Thank you for building this amazing repository. The tutorials in general are very well described and easy to replicate.
I am trying to run the tutorial at this page.
I have been able to successfully download the AMI and the MUSAN datasets.
I have also been able to successfully extract the raw scores/embeddings using the pretrained models to get the sad, scd and emb.
/home/afane/miniconda3/envs/pyannote/lib/python3.8/site-packages/pyannote/audio/embedding/approaches/arcface_loss.py:170: FutureWarning: The 's' parameter is deprecated in favor of 'scale', and will be removed in a future release
warnings.warn(msg, FutureWarning)
Using cache found in /home/afane/.cache/torch/hub/pyannote_pyannote-audio_master
Traceback (most recent call last):
File "/home/afane/miniconda3/envs/pyannote/bin/pyannote-pipeline", line 8, in <module>
sys.exit(main())
File "/home/afane/miniconda3/envs/pyannote/lib/python3.8/site-packages/pyannote/pipeline/experiment.py", line 426, in main
experiment.train(protocol_name, subset=subset, n_iterations=iterations,
File "/home/afane/miniconda3/envs/pyannote/lib/python3.8/site-packages/pyannote/pipeline/experiment.py", line 247, in train
protocol = get_protocol(protocol_name, progress=False,
TypeError: get_protocol() got an unexpected keyword argument 'progress'
Describe the bug Thank you for building this amazing repository. The tutorials in general are very well described and easy to replicate.
I am trying to run the tutorial at this page. I have been able to successfully download the AMI and the MUSAN datasets. I have also been able to successfully extract the raw scores/embeddings using the pretrained models to get the sad, scd and emb.
When I run the training command
I get the error:
To Reproduce Steps to reproduce the behavior:
Content of
config.yml
pyannote environment
Additional context