Andy Gorman
Andy Gorman
For some flags I create my own type so I can apply the flag multiple times and store it in a slice. It looks something like this. `./myapp -multi 1...
Love Pinto and thanks for writing it. I'm not asking for a merge at this point but wanted to see if this was something you'd consider adding into Pinto. I'd...
Maybe I'm just doing something wrong. I've confirmed the word is in the dictionary and included my code. I can process data and get a hypothesis so things seem to...
**Is your feature request related to a problem? Please describe.** I'm running periodic tasks and I'd like the tasks to be unique until they are done running (reach completed or...
After running transforms is there a way to convert back from a gotorch.Tensor to a gocv.Mat?
This is a simple change to allow the speaker embeddings to be added to the JSON output file. I don't often code in Python so I'm looking any feedback is...
I'm using GPU and during the diarization process system memory stays steady at around 4GB but at the end of the process system memory blows up and the process is...
This is a progress output when performing diarization.. I don't often code in Python so I'm looking any feedback is welcome. Sample output: ~~~ >>Performing transcription... Progress: 25.00%... Progress: 50.00%......
### Tested versions pyannote.audio 3.1.1 pyannote.core 5.0.0 pyannote.database 5.1.0 pyannote.metrics 3.2.1 pyannote.pipeline 3.0.1 ### System information Rocky Linux 9 - NVIDIA GeForce GTX 1070 - 16GB system RAM ### Issue...
Does anyone know what might cause this error? I've included a minimal example and the versions for dependencies. ~~~ package main import ( "log" "github.com/Kagami/go-face" ) func main() { _,...