Pointer-Networks icon indicating copy to clipboard operation
Pointer-Networks copied to clipboard

An implementation of "Pointer Networks" in Tensorflow

Results 2 Pointer-Networks issues
Sort by recently updated
recently updated
newest added

Hi, Thanks a lot for the codes. I have a question, the decoder_input_ids has a value that removes the last value from output list, which is the end token. But...

Hello jingxil, Thank you for sharing this wonderful codes :) I'm trying to use this code in "Sentence Reordering Task" now, then I got some troubles.. You use the `forward_only`...