fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
## 🐛 Bug Following the documentation I'm trying to get NLP to work on my local machine (running on Fedora 37) ### To Reproduce ``` $ python3.10 fairseq_cli/hydra_train.py -m --config-dir...
## ❓ Questions and Help ### Before asking: 1. search the issues. → couldn't find an answer 2. search the docs. → couldn't find an answer #### What is your...
## 🐛 Bug I am very confused about the error caused by the environment. There is no error reported after run the required command "pip install -e ." and "python...
# 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)? - [...
fix imports of metrics.py ## What does this PR do? It will resolve the imports of metrics.py ## PR review Anyone in the community is free to review the PR...
``` (hw5) (base) [bingo06@zernithos fairseq]$ pip install --editable ./ Obtaining file:///home/bingo06/AIGC/leedl-tutorial/Homework/HW5_seq2seq/fairseq Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ......
## 🚀 Feature Request ### Portuguese from Portugal has some differences from Brazilian Portuguese, some words that are common in Portugal are offensive in Brazil ### Pitch
# 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...
#### What is your question? While running the asr_prep_json.py code in fairseq/examples/datasets I am getting exception of failed to decode the audio for few of .wav files. I don't understand...
## ❓ Questions and Help ### My question Hello, due to my downstream task requirements, I need to perform k-means clustering on the output of Contentvec model, that has the...