Kenneth Heafield

Results 290 comments of Kenneth Heafield

The Deutsche Post example works in https://github.com/jelmervdl/firefox-translations/releases/

Just did a fresh Firefox profile with the addons.mozilla.org extension. I was not able to reproduce the https://www.deutschepost.de/de/p/portoberater.html#/ issue. However, I was able to reproduce the nrk.no issue. Also Jelmer's...

> We are talking about translating the same website https://www.deutschepost.de/de/p/portoberater.html#/ to nrk.no. Right? The original issue with https://www.deutschepost.de/de/p/portoberater.html#/ is resolved. This issue is now about https://www.nrk.no/ leaving most text untranslated.

I think @bittlingmayer is referring to Figure 6 in http://statmt.org/wmt19/pdf/53/WMT02.pdf . When you look at Appendix A there are some cases where metrics fall apart at the high end and...

Use sacrebleu on detokenized output and raw unmodified references.

If you intend to parallelize over GPUs, aim for a power of 2. 1 is a power of 2.

I would also like this. It is currently not in Marian.

There's a few CPU kernels that are only coded in x86 intrinstics but not too many. It looks like you're planning to use GPUs based on the CUDA library presence...

Find everything that doesn't compile and wrap ? ``` #if defined(__x86_64__) // Original code #else // Abort unimplemented #endif ```

@frankseide Given a more concrete suggestion, I'll send it off to my NVIDIA contact.