-
I'm encountering issues running the project due to incompatibilities between Python interpreter versions and packages. Pip/Conda doesn't seem to be correctly resolving dependency versions, leading to …
-
## Description
Add XLM-Roberta to modelzoo
## References
- https://github.com/pytorch/fairseq/tree/master/examples/xlmr
- https://github.com/dmlc/gluon-nlp/blob/master/scripts/bert/conversion_to…
leezu updated
4 years ago
-
Failed to build fairseq
ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects
how to resolve it?
-
Hi, sorry to bother.
Thanks for this brilliant work!
I'm trying re-produce the results mentioned in the paper. But cannot find any 'Fairseq-task' defination. Could u please tell which task u use dur…
-
## 🐛 Bug
i just install fairseq and pretrain with cmd : fairseq-hydra-train -m --config-dir /self-supervised-speech-recognition/config \
--config-name wav2vec2_base_librispeech.yaml
but i …
cjgdo updated
2 years ago
-
Python 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
Commit hash: 3aed3783879637ad4d73ddb7b393857d674c2adc
Installing requirements
Traceback (most recent call last):
File "/content/rvc-webui…
-
I tried the code and pretrained model that you share, and met problems below.
`2022-11-25 11:37:25 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX
Trace…
-
Following the official documentation from fairseq, I tried to load the model with the following command:
```py
from fairseq import checkpoint_utils
checkpoint_utils.load_model_ensemble("tupe_ckp/…
-
(All these tasks will probably require prompt engineering, model-specific. Consider doing evaluation, either through external metrics or human validation)
**Number of examples per dataset: cap at 5…
-
I follow the words on readme.md as follows to load a pre-trained model:
$ cd avhubert
$ python
import fairseq
import hubert_pretraining, hubert
ckpt_path = "/path/to/the/checkpoint.pt"
models,…