xueyouluo / my_seq2seq

My seq2seq based on tensorflow
69 stars 21 forks source link

Pointer-generator model #9

Open pkouris opened 4 years ago

pkouris commented 4 years ago

I would like to ask how could I run the Pointer-Generator model?

xueyouluo commented 4 years ago

hi, you can refer to the script here: https://github.com/xueyouluo/my_seq2seq/blob/master/bin/test_point_generator.py

pkouris commented 4 years ago

Thank you for your reply. One more question, please. The pointer-generator model is used only for testing? (i.e., in the training phase, we use the basic model, and the pointer-generator is used only in generating the predicted summaries, please confirm)

pkouris commented 4 years ago

Sorry, the title of the python file confused me. I see that the test_point_generator.py file performs training. Thank you.