Hi, I am using Opennmt-tf 1.25.3 to do a translate task.
The model (a standard transformer) is trained. Exported model serving is great. Thanks for the awesome project.
Now I want to do a minor (but seems not that easy) modification. I want the exported model to provide the output of last encoder layer, too. What are changes of code I should make to to achieve this?