using speaker diarization pipeline offline, however program tries to find embedding online #1446
-
I wish to use speaker diarization pipeline offline. however although i managed to point to the offline segmentation model successfully, the program keeps trying to get speechbrain/spkrec-ecapa-voxceleb embedding online. pipeline: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the answer. clone speechbrain/spkrec-ecapa-voxceleb and put it in a folder called speechbrain (the term speechbrain has to appear somewhere in the folder path name). Then the speaker diarization config.yaml file embedding value will now accept a filepath such as embedding: "C:/VTT/speechbrain/spkrec-ecapa-voxceleb" |
Beta Was this translation helpful? Give feedback.
Found the answer. clone speechbrain/spkrec-ecapa-voxceleb and put it in a folder called speechbrain (the term speechbrain has to appear somewhere in the folder path name). Then the speaker diarization config.yaml file embedding value will now accept a filepath such as embedding: "C:/VTT/speechbrain/spkrec-ecapa-voxceleb"