fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
# 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...
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...
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...
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...
## ❓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...
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 - [ ]...
## 🐛 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)....
# 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...
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...