Replies: 1 comment
-
Try this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am trying the speaker-diarization pipelines to detect speaker numbers, and I noticed that it can be very cpu hungry and each time I run it it creates a lot of processes and I can see many many processes in
htop
. My saw that there is the num_workers param that can control the processes used, but only when we call the classes like Segmentation, VAD etc...here is how I use the model.
I checked the code and the wrappers seems very deep and I didn't see where I can specify the num_workers param. Anyone has any idea about it? Any advice is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions