-
Notifications
You must be signed in to change notification settings - Fork 117
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
Incorporating copy mechanism in decoder #309
Comments
Thank you for using Texar! Unfortunately we don't have current plans to add built-in support for copying mechanism. That said, given what's already in the library, it shouldn't be too difficult to implement the copying mechanism based on texar-pytorch/texar/torch/modules/decoders/rnn_decoders.py Lines 556 to 600 in 95f3d64
If you have a working implementation, you're more than welcome to create a pull request and contribute to the library! |
Ok, I may try to do that at some point. Thanks! |
I'm really enjoying this library, thanks for your work. Just curious, are there any plans to implement some sort of copying mechanism for decoding, e.g. CopyNet (https://arxiv.org/abs/1603.06393)?
The text was updated successfully, but these errors were encountered: