fairseq icon indicating copy to clipboard operation
fairseq copied to clipboard

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Results 774 fairseq issues
Sort by recently updated
recently updated
newest added

When i'm trying to run the inference of the finetuned model along with transformer based language model which i'v trained i'm getting this error: ``` INFO:__main__:| decoding with criterion ctc...

question
needs triage

## 🐛 Bug I have all the files locally including the encoder but from time to time I get requests error from https://dl.fbaipublicfiles.com/fairseq/gpt2_bpe/encoder.json website which indicates the from_pretrained function tries...

bug
needs triage

Small fix to fastbpe preprocessing script in examples/fast_noisy_channel/README.md.

CLA Signed

# Before submitting - [ ] 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)? - [ ]...

CLA Signed

hello everyone: I write a new task named "speech_translation" and it is trained by CTC loss. I want to use the file "examples/speech_recognition/new/infer.py" to evaluate its performance. ``` python3 /fairseq/examples/speech_recognition/new/infer.py...

question
needs triage

#### What is your question? I noticed that new FairSeq models support past, future and self targets for text generation tasks. However, I have been trying to figure out a...

question
needs triage

# Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [ ] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [...

CLA Signed

Hi,I found that when the bpe used when data set was prepared(such as: bash prepare-iwslt14.sh).How can I add the bpe-dropout while training the model on each batch separately?

question
needs triage

## 🐛 Bug When training an spm model with byte fallback, the decoded output in fairseq doesn't replace the bytes with the appropriate character. ### To Reproduce Train spm model...

bug
needs triage