tensorflow / nmt

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

Any suggestion on how to include Transformer Network here? #157

Open ghost opened 6 years ago

ghost commented 6 years ago

I would like to know if someone has tried implementing transformer network in this framework.

I am talking about this paper:

https://arxiv.org/abs/1706.03762

I've noticed OpenNMT have used this architecture and improved their results.