Open guillaumekln opened 6 years ago
@guillaumekln Do you have a plan to implement ParallelDecoder?
I don't have plan to work on this at the moment.
@guillaumekln is there any possibility on OpenNMT-py to integrate multi encoder decoders setup for multi-task learning? If so I wish to contribute for it.
This issue is for OpenNMT-tf. If you wish to contribute the feature for OpenNMT-py, can you update the issue you opened there?
@guillaumekln updated on OpenNMT-py.
Similarly to the
ParallelEncoder
, aParallelDecoder
setup could allow multi-task learning. This should not be too hard to implement but we need to take care of some details: