fairseq
fairseq copied to clipboard
Extracting features for pgslm pretrained models
What is your question?
I'd like to extract features from the pretrained pgslm models provided in https://github.com/facebookresearch/fairseq/tree/main/examples/textless_nlp/pgslm. Is there existing code I can use from that (the input would be an audio file and the output the representation as learnt by the different models)? Thanks
How it going?