pyannote-audio
pyannote-audio copied to clipboard
Investigate why using large embedding batch size makes things slower...
from pyannote.audio.pipelines.utils.hook import ProgressHook
pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization")
On my Mac, default pipeline.embedding_batch_size = 32 is much slower than pipeline.embedding_batch_size = 1.
Why is that?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
See https://github.com/pyannote/pyannote-audio/issues/1580 for a potentially similar issue I had.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.