atulkum / pointer_summarizer

pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training on prefixes

manishmotwani3 opened this issue · comments

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!

Never mind!