marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.22k stars 228 forks source link

how to apply SSRU to decoder? #364

Closed Sarah-Callies closed 3 years ago

Sarah-Callies commented 3 years ago

whhich parameter to set?

emjotde commented 3 years ago

Hi, this is the magic:

--transformer-decoder-autoreg rnn --dec-cell ssru
emjotde commented 3 years ago

I am assuming your asking about a transformer model?

Sarah-Callies commented 3 years ago

I am assuming your asking about a transformer model?

yes! thanks