atulkum / pointer_summarizer

pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
Apache License 2.0
907 stars 242 forks source link

Training on prefixes #14

Closed manishmotwani3 closed 6 years ago

manishmotwani3 commented 6 years ago

Hi!

Thanks for the excellent code base. I had a question about this line. Since you have a for-loop here, does that mean you are training to generate each prefix of the output. Let me know if I misunderstood something. Thanks!

manishmotwani3 commented 6 years ago

Never mind!