-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): default model from pipeline("summarization")
Language I am using the model on (English, Chinese ...): English
I am using the pipe…
-
Hello! I am new to fairseq and trying to run the translation example. I followed [this readme](https://github.com/pytorch/fairseq/blob/master/examples/translation/README.md) but encountered an `OSErro…
-
I tried BART batched prediction but it gives "nan" outputs for padded sequence input.
[On both GPU and CPU]
Script:
```
bart = torch.hub.load('pytorch/fairseq', 'bart.large.mnli')
# bar…
-
Trying to load CNN/DM finetuned BART from hub :
```python
import torch
bart = torch.hub.load("pytorch/fairseq", "bart.large.cnn")
```
give following error :
> Traceback (most recent call l…