marian-nmt / marian

Fast Neural Machine Translation in C++

Home Page:https://marian-nmt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to apply SSRU to decoder?

Sarah-Callies opened this issue · comments

commented

whhich parameter to set?

Hi, this is the magic:

--transformer-decoder-autoreg rnn --dec-cell ssru

I am assuming your asking about a transformer model?

commented

I am assuming your asking about a transformer model?

yes! thanks