atulkum / atulkum/pointer_summarizer
Duplicated computation with LSTM?
Open
- Dominant language
- Python
- Stars
- 909
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.