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

RAM issue #25

Closed karansaxena closed 5 years ago

karansaxena commented 5 years ago

The program crashed after 380k epochs because it ran out allocated RAM (16GB). I don't see why this happened. Any pointers?