-
(sd) root@novo:~/pyannote-audio-develop# python seg.py
CUDA is available.
torchvision is not available - cannot save figures
Traceback (most recent call last):
File "/root/pyannote-audio-develo…
Zomun updated
5 months ago
-
I use this line of code to transcribe and diarize at the same time :
```python
!pipx run insanely-fast-whisper --file-name "/content/drive/MyDrive/aurore.wav" --hf_token
```
but I get more s…
-
With pyannote 3.1, we could do only 1 forward pass of the audio instead of `num_speakers` when extracting embeddings with weights. This is probably at least one of the causes behind the pytorch versio…
-
### Description
When running the voice activity detection tutorial on google colab (possibly other environments as well, but I've only tested on colab so far), I get a `ValidationError` when import…
-
### Tested versions
- Reproducible in `pyannote.audio` 3.3.1
### System information
Found on Jean-Zay
### Issue description
According to model summarize (displayed when staring a traini…
-
may I ask why CUDA is not available for speaker ID?
cargo run --example max_speakers --features cuda -- 6_speakers.wav
When I add features cuda it works by the way :-)
https://github.com/t…
-
### Tested versions
- Reproduced in 3.1.0
### System information
Ubuntu 22.04, Lenovo P1 Gen 5 Workstation A4500
### Issue description
I wanted to improve my segmentation with Pyannote, since mos…
-
Good evening,
I have tried looking for a solution in previous discussions issues and threads, with no luck - it could also be that I'm ignorant and could not recognize the issue and/or the solution i…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, us…
-
### Tested versions
Tested on 3.1 vs 3.0
### System information
Debian GNU/Linux, torch 2.1.2
### Issue description
When running diarization pipeline on CPU, v3.1 is more than 2x slower…