-
### Feature request
Would be cool to add training support for the EnCodec model.
Not entirely sure if we can easily make it compatible with Trainer, so this can be a good second issue I think.
##…
-
https://github.com/facebookresearch/encodec/issues/25
will this issue have some impact on the training of speechtokenizer?
-
https://github.com/facebookresearch/encodec/
https://github.com/facebookresearch/encodec/issues/48
MITライセンスになったので登録したい。
-
## ❓ Questions
Hi, when I try to reproduce the training code based on your released part, I meet a question when I try to use multiple-GPU to train, that is, I find that [https://github.com/facebo…
-
Hi, thanks for your great efforts. I notice that you write "Meta's Encodec 24K version was also tested, but it could not be trained.". Does that mean that using meta's encodec leads to poor performanc…
-
I am training encodec on my own dataset (300+ hours, 1.2 million samples), it takes 1.7s for one iteration (8 V100, the batch size for one GPU is 28). It totally takes 30days to train 300 epoches. 😱
…
-
When testing Encodec transformation, I firstly encoded the watermarked audio and then decoded it and got the transformed audio. However, I couldn't detect a watermark on the transformed audio and the …
-
Currently, the `Feature Extraction` task includes both models for audio and text feature extraction (it is officially placed under the NLP modality). I think it would be nice to have a new task for `A…
-
Has anyone used MusicGen to try and generate embeddings for audio/music datasets? Specifically the language model part, not just EnCodec. I have been trying to do this myself for a research project, a…
-
By the way, the target_bandwidths parameter in encodec, I expanded it from 6 to 12, how should I set it here in quant_layer?
```
processor = AutoProcessor.from_pretrained("facebook/encodec_24khz", l…