pointer_summarizer
pointer_summarizer copied to clipboard
Duplicated computation with LSTM?
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?