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

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? When I followed the prompts to perform Hubert pre...

question
needs triage

## ❓ Questions and Help #### What is your question? Hello! I have been trying to train a fairseq ASR for Indonesian and have not reached a breakthrough. Currently, while...

question
needs triage

Hi, after trying to convert an own pretrained model checkpoint into Transformers library with the following code snippet: ``` # LM Head model.lm_head.dense.weight = data2vec_model.encoder.lm_head.dense.weight model.lm_head.dense.bias = data2vec_model.encoder.lm_head.dense.bias model.lm_head.layer_norm.weight =...

bug
needs triage

## 🐛 Bug I am using LightweightConv layer and it seems to be incorrect when applying with incremental state and step more than 1: https://github.com/pytorch/fairseq/blob/fcca32258c8e8bcc9f9890bf4714fa2f96b6b3e1/fairseq/modules/lightweight_convolution.py#L221 ### Code and Expected behavior...

bug
needs triage

I have been familiarizing myself with the fairseq library recently, and have tried a couple of pretrained models. I thought that a good way to teach myself would be to...

question

## 🐛 Bug When inference using wav2vec_seq2seq, the decoder is not compatible with the model ### To Reproduce Steps to reproduce the behavior (**always include the command you ran**): I...

bug
needs triage

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? I want to do fine tuning of the BART...

question
needs triage

Any documentation or tools? Thanks!

documentation

A) wav2vec example when executed on TPU via using fairseq cli arguments leads to the following error: ``` Traceback (most recent call last): File "/home/sivaibhav/.local/lib/python3.8/site-packages/hydra/core/override_parser/overrides_visitor.py", line 302, in visitFunction return...

bug
needs triage