marian-nmt / marian-examples

Examples, tutorials and use cases for Marian, including our WMT-2017/18 baselines.
Other
78 stars 34 forks source link

train wmt2017-uedin for amun? #4

Closed chanberg closed 6 years ago

chanberg commented 6 years ago

Hi,

I was looking at the run-me.sh script for wmt2017-uedin. What parameters do I have to change to train models that can be used to translate with amun?

Thanks!

ebektas commented 6 years ago

amun doesn't support deep models so if you changed below to --enc-type bidirectional --enc-depth 1 --enc-cell-depth 4 \ --dec-depth 1 --dec-cell-base-depth 8 --dec-cell-high-depth 1 \ this; --enc-type bidirectional it should work I think.

snukky commented 6 years ago

Actually, Amun can translate deep models of the same architecture as in the WMT17 Edinburgh systems (http://data.statmt.org/wmt17_systems/) trained with Nematus. Use nematus2 as a scorer type. Only on CPU.