abisee / pointer-generator

Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
Other
2.18k stars 812 forks source link

Questions for p_gens #56

Open HanGuo97 opened 7 years ago

HanGuo97 commented 7 years ago

Thanks for this awesome implementation!

I have a question regarding the dimension of p_gens. Why is it a list (with length equals the number of decoder steps) of scalars, but not a list of [batch_size]?

abisee commented 7 years ago

You're right, the comments were wrong. Now fixed.