deep-diver / EN-FR-MLT-tensorflow

English-French Machine Language Translation in Tensorflow
110 stars 53 forks source link

How to adapt the model to Arabic ? #6

Open Sofiane23i opened 4 years ago

Sofiane23i commented 4 years ago

Hello,

Thank you very much for this simple implementation of seq2seq model. however, i would like to know how to adapt decoder to translate English to Arabic, should I reverse the skip connection of the decoder or not ?

Thanks