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

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

CLA Signed

Hi, I am trying to train a Wav2Vec2-Large model on LibriSpeech without using the pretrained weights. By just using the `no_pretrained_weight=False` and `freeze_finetune_updates=0` options I can train a model, however...

question
needs triage

Hi all! When I try to reproduce the Must-C En-De results of the simultaneous translation model following the tutorial, I come into an issue related to JSON. https://github.com/pytorch/fairseq/blob/main/examples/speech_to_text/docs/simulst_mustc_example.md Can I...

bug
needs triage

I trained a quantized transformer model in CPU environment and inference in CPU environment. The training process I add --quantization-config-path in fairseq-train. But the inference speed in CPU in **3...

question
needs triage

## ❓when I train with transformer_align model,No errors are reported, the program still run but is stuck。 ### Before asking: 1. search the issues. 2. search the docs. #### What...

question
needs triage

Fix tlayer torch JIT export exception: "Could not cast value of type NoneType to bool" When torch jit exporting, self.need_attn is None. Fix #4459 # Before submitting - [ ]...

CLA Signed

where can I download mbart-large-cc25

question
needs triage

## 🐛 Bug Hello, I want to finetune M2M100 (and other multilingual models) for research purpose but I have noticed a bug (or maybe just a problem in the readme)....

bug
needs triage

# 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)? - [x] Did...

CLA Signed

Dear the team, Thank you for your great work. I have one question regarding the ```best_checkpoint_metric``` as ```f1```. May I ask how can I load ```best_checkpoint_metric``` as ```f1```? It seems...

enhancement
help wanted
needs triage