fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
## 🐛 Bug Commit 8ca4813 introduced a bug in ngram_repeat_block.py. An argument no_repeat_ngram_size does noes not block repetitions ### To Reproduce Generate longer texts. Repetitions occur. #### Code sample I...
# Before submitting - [V] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [V] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [V] Did you...
## ❓ Questions and Help Can we use this for multilingual ASR? like in a single audio if there r say 2 languages and we can differentiate it n it...
# 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)? - [...
## 👉 [Please follow one of these issue templates](https://github.com/pytorch/fairseq/issues/new/choose) 👈 Traceback (most recent call last): File "/home/hgc/miniconda3/lib/python3.8/site-packages/torch/multiprocessing/spawn.py", line 69, in _wrap fn(i, *args) File "/samsung/hgc/fairseq/fairseq/distributed/utils.py", line 362, in distributed_main main(cfg,...
## 🐛 Bug Wav2Vec2's newly released fine-tuned conformer checkpoints (see [here](https://github.com/pytorch/fairseq/tree/main/examples/wav2vec#pre-trained-models)) don't produce reasonable results on an example of Librispeech. I'm not sure if the model requires a different ###...
Cannot find task 'translation_speech_length'. I am following: [https://github.com/microsoft/NeuralSpeech/tree/master/VideoDubber](https://github.com/microsoft/NeuralSpeech/tree/master/VideoDubber)
## 🚀 Feature Request Provide a simple inference process/pipe for the wav2vec 2.0 model. ### Motivation Current inference script examples/speech_recognition/infer.py handles a lot of cases, resulting being extremely complex. ###...
## 🐛 Bug There is a bug in the label_smoothed_cross_entropy_with_rdrop.py file that causes an abnormality in the sample, leading to an array index out-of-bounds exception during validation. Specifically, in the...
## 📚 Documentation can't find dataset "preprocessed WMT'16 En-De data provided by Google." 404 not found: Thanks!