Nicola Bertoldi
Nicola Bertoldi
**Mandatory** * [x] I read the documentation ([readme](https://github.com/fhamborg/news-please/blob/master/README.md) and [wiki](https://github.com/fhamborg/news-please/wiki)). * [x] I searched other issues (including closed issues) and could not find any to be related. If you find...
### Bug description After quite a lot updates, an error (NaN/Inf percentage) starts occurring, as shown here > [2022-05-09 06:43:30] [valid] Ep. 8 : Up. 535000 : translation : 49.5...
Please support ISO-639-2 and/or ISO-639-3 language codes on top of ISO-639-1. Take into account the differences between ISO-639-2 and ISO-639-3.
### Feature description I am interested in the constraint translation. For instance, given this input sentence (in English): ```This is a just a simple sample``` and a partial translation in...
### Bug description Please add a clear and concise description of the bug, including observed and if possible expected behavior. Using marian I observed a couple of odd behaviours: -...
Following your README instructions I get an error downloading nccl ``` wget "https://s3.amazonaws.com/pytorch/nccl_2.1.15-1%2Bcuda10.0_x86_64.txz" --2019-09-27 14:51:33-- https://s3.amazonaws.com/pytorch/nccl_2.1.15-1%2Bcuda10.0_x86_64.txz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.97.133 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.97.133|:443... connected. HTTP request sent, awaiting response......
## 🐛 Bug I am not able to generate the translation with a transformer model trained according to the Iterative Product Quantization instructions (https://github.com/pytorch/fairseq/tree/master/examples/quant_noise) From the error below, it seems...
### Bug description I am not able to run inference with fp16 on CPU. ### How to reproduce Describe steps or include command to reproduce the behavior. ``` echo "▁Hello"...
I would like to test your code with the transformer architecture in fairseq. Have you ever tried? Could you please suggest me the better way to do that?