-
My only question is that faireseq-translate can not translate all input sentence. The more details is represented in follow picture.
-
Hello, after I installed all the packages here, I used python train.py to run it, and the following error occurred. Is it correct to use python train.py to execute the statement? How to run this code?…
-
i tried installing it using coua, pip and the by editable nothing worked
i also pleased it on PATH and installed c++ stuff
MSVC v143 - VS 2022 C++ x64/x86 build
Windows 11 SDK (10.0.22000.0)
C+…
-
In case anyone is trying to use this repo to reproduce the BVCC test set results on the paper,
my results are:
[UTT][ MSE = 19.502 | LCC = 0.437 | SRCC = 0.437 | KTAU = 0.304 ]
[SYS][ MSE = 20.42…
-
**Describe the bug**
Receiving EOFerror when multiprocessing, at the very end of training.
**Minimal runnable code to reproduce the behavior**
Launching a fairseq training with a simple transform…
-
Hello,
I trained a fairseq transfomer model on an inflection task, and I am now trying to use the NeuroX toolkit to extract the representations. However, I am not sure how to import the model into …
-
Hi, does DeepSpeed-MII support fairseq's translation model, such as transformer.wmt16.en-de or transformer.wmt19.en-de? as no task translation listed in the `Supported Models and Tasks` section.
-
It seems like torchvision's recipe is handled here, so I thought I might add a feature request to also handle fairseq here. Like torchvision, it should be a relatively light lift and I would be happy …
-
I can generate outputs with _fairseq-generate_ but fail with _fairseq-interactive_. I would appreciate it if you have any ideas. Thanks!
> Traceback (most recent call last):
> File "/usr/local/p…
-
## 🐛 Bug
I get a TypeError when trying to load a fairseq model from hub. The same code with `pytorch/vision` and 'resnet50' works. It fails the same with various fairseq models.
## To Reproduce
…