Hervé BREDIN

Results 270 comments of Hervé BREDIN

I guess you tried with the develop branch of pyannote.audio, where this parameter has been renamed `token`. But it is still valid in official releases unless I missed something.

> cc @hbredin, in case you can think of any other changes that could have caused this I can't think of any. I did not witness any change of performance...

MPS support. `"linear"` interpolation is not yet supported with MPS backend.

Rev trained one here: https://huggingface.co/Revai/reverb-diarization-v2

Thanks. PR should be on develop branch. It says that there are conflicts. Can you please check?

Closing as I'd rather have `Model.from_pretrained` raise the error upstream.

I just pushed a (possibly buggy) pipeline that seems to work with a joint model ```python from pyannote.audio.pipelines.speaker_diarization import SpeakerDiarizationV2 import torch device = torch.device('cuda') pipeline = SpeakerDiarizationV2('/path/to/joint.ckpt', batch_size=1, step=0.2).to(device)...

Thanks for your contribution. Genuine question: can you explain what this change allows to do that cannot be done with the current codebase and provide examples? The (weird, I agree)...

Thanks for your patience. I was about to have a look at this PR but it now has conflicts. Happy to revisit when those conflicts are fixed.