CopyNet
CopyNet copied to clipboard
An implementation of "Incorporating copying mechanism in sequence-to-sequence learning"
I've read the code in models/copynet.py. I think in the third step 'get weighted attention to use for predicting next word', input_idx(y_t) should be used instead of input_idx(y_(t-1)), which is...
Hey! This is really great, however, the django data is not present. Do you think you can upload that? Looking forward to knowing from you. Thanks in advance
Hello! Thanks for open-sourcing the realization of code for this paper! I can't understand what file contains the correct implementations: `models/copynet.py ` or `models/copynet_dbg.py`: the former is older but I'm...