pointer_summarizer icon indicating copy to clipboard operation
pointer_summarizer copied to clipboard

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

Results 25 pointer_summarizer issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for providing implementation for pointer_summarizer. and I would like to ask, when will the “transformer+pointer” be completed?because I have encountered some problems in the process of implementation.

In the start_train.sh, there is `python training_ptr_gen/train.py >& log/training_log &` When I bash run start_train.sh, the terminal shows -bash: log/training_log: Is a directory. So, I want to ask what's the...

RuntimeError: CUDA error: out of memory Running out of memory have 2gb graphics card 940mx with cuda 9.2 is it not sufficient to train the model. I tried decreasing the...

I am curious about the motivation for [this step](https://github.com/atulkum/pointer_summarizer/blob/5eb298a66b4d3b53adb854ba9b5c82580cf2fa1e/training_ptr_gen/model.py#L151), as I couldn't anything about it in See et al., though I might have just missed it.

question

The work you have put in is quite appealing. We have used the model provided [here](https://drive.google.com/open?id=1QqSaxcJGllVPSFea2c2iCV5_dtjJijVe) under the section "Train with pointer generation + coverage loss enabled " to decode....