Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-decoder setup for multi-task learning #130

Open
guillaumekln opened this issue May 22, 2018 · 5 comments
Open

Multi-decoder setup for multi-task learning #130

guillaumekln opened this issue May 22, 2018 · 5 comments

Comments

@guillaumekln
Copy link
Contributor

Similarly to the ParallelEncoder, a ParallelDecoder setup could allow multi-task learning. This should not be too hard to implement but we need to take care of some details:

  • support separate values for the decoding parameters (beam_width, length_penalty, etc.),
  • parts of SequenceToSequence assume a single output head (e.g. loss computation, reverse vocabulary lookup, exported outputs for model serving, etc. which should be moved in the decoder itself)
@BigFishMaster
Copy link

@guillaumekln Do you have a plan to implement ParallelDecoder?

@guillaumekln
Copy link
Contributor Author

I don't have plan to work on this at the moment.

@sarubi
Copy link

sarubi commented Aug 7, 2020

@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.

@guillaumekln
Copy link
Contributor Author

This issue is for OpenNMT-tf. If you wish to contribute the feature for OpenNMT-py, can you update the issue you opened there?

@sarubi
Copy link

sarubi commented Aug 8, 2020

@guillaumekln updated on OpenNMT-py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants