fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
## 🐛 Bug Hi, When I tried to load a hubert model, I got this error: ```bash Traceback (most recent call last): File "", line 1, in File "/home/work/workspace/fairseq_origin/fairseq/checkpoint_utils.py", line...
## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? I load the the checkpoints from https://github.com/facebookresearch/fairseq/tree/main/examples/hubert, but I...
Hi I have preentained a wav2vec2.0 model using the configuration wav2vec2_base_librispeech.yaml. fairseq-hydra-train \ task.data=/path/to/data \ --config-dir /path/to/fairseq-py/examples/wav2vec/config/pretraining \ --config-name wav2vec2_base_librispeech I then tried to use the resulting checkpoint_best.pt file to...
The ['corpus_key'] in batch['net_input']['corpus_key'] provides false information. Fix this bug in multi_corpus_dataset.py file.
## 🐛 Bug The fairseq package cannot be installed on Windows 10. I tried with python version 3.8, 3.9 and 3.10 to no avail. ### To Reproduce Steps to reproduce...
I got the following checkpoint file after training, how can i covert it into a .bin file?  like this ![Uploading image.png…]()
## 🐛 Bug When I train a custom model, when validation it occurs `terminate called after throwing an instance of 'c10::CUDAError'` ### To Reproduce Steps to reproduce the behavior (**always...
# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [x] Did you...
incomptabile -> incompatible alingment -> alignment enviroments -> environments editted -> edited
The following is the command and log of my use of fairseq (the same operation can work a month ago, but now I tried the fairseq version that worked before...