microsoft / UniSpeech

UniSpeech - Large Scale Self-Supervised Learning for Speech
Other
406 stars 71 forks source link

Unispeech-SAT fairseq code #20

Closed RuslanSel closed 2 years ago

RuslanSel commented 2 years ago

Hi!

From UniSpeech/downstreams/speaker_diarization/README.md: For UniSpeech-SAT large, we should install the Unispeech-SAT fairseq code.

Where can I find the Unispeech-SAT fairseq code?

Thanks in advance.

cywang97 commented 2 years ago

@RuslanSel Hi, we have re-organized the repo. Currently, Unispeech(-SAT) and WavLM are sharing the same fairseq codebase. You can install fairseq in src/ directory by running: pip install --editable ./

RuslanSel commented 2 years ago

Thanks. pip install --editable ./ gives gcc: error: fairseq/clib/libbleu/libbleu.cpp: No such file or directory. There is fairseq/clib directory in the https://github.com/pytorch/fairseq/tree/main/fairseq, but not in the https://github.com/microsoft/UniSpeech/tree/main/src/fairseq.

MarkWuNLP commented 2 years ago

@RuslanSel We wrongly deleted these files in code refinement. I just added these files back.

RuslanSel commented 2 years ago

Thanks.