tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.38k stars 1.96k forks source link

Can the encoder be processed in different formats with the decoder? #409

Open yapingzhao opened 5 years ago

yapingzhao commented 5 years ago

Hi, I have a question: Can the encoder be processed in different formats with the decoder? The encoder uses BPE and the decoder uses character processing. Looking forward to your advice or answers. Best regards, Thank you very much!