How can I use this with the transformers library?

#1
by MrEnigma - opened

Speechbrain library doesn't seem to work in Windows.

all you need is relevant files to download (for now I am going to download all files) then pass the location (download location) as argument instead of "speechbrain/spkrec-xvect-voxceleb" in source in the line: EncoderClassifier.from_hparams(source="speechbrain/spkrec-xvect-voxceleb", savedir="pretrained_models/spkrec-xvect-voxceleb")

also, don't use savedir when you are doing it manualy in windows, do this instead:

EncoderClassifier.from_hparams(source="download_directory_where_model_files_are")

Sign up or log in to comment