pointer_summarizer icon indicating copy to clipboard operation
pointer_summarizer copied to clipboard

Duplicated computation with LSTM?

Open zhujiangang opened this issue 4 years ago • 0 comments

https://github.com/atulkum/pointer_summarizer/blob/83e6a2e11beded743c8932bd97d5cc2d7f81c6d9/training_ptr_gen/train.py#L90

Will there be duplicated computation with LSTM? e.g. given an input [w1, w2, w3, w4, ... , wn], all the prefixes will be decoded by LSTM. Why not using LSTM cell?

zhujiangang avatar Jun 25 '21 08:06 zhujiangang