I am trying to understand on how to create and train a hybrid model (encoder from transformer and a single layer RNN decoder) using openNMT-tf.
To be specific, what should I do if I want to implement my own decoder ?
Are there any materials/documentation available for reference to customize the models?