-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
| final_dist, s_t_1, c_t_1, attn_dist, p_gen, next_coverage = self.model.decoder(y_t_1, s_t_1, |
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels