Why LSTM is used in Set2Set? #3994
deliciouscat
started this conversation in
General
Replies: 1 comment
-
I can't really speak for the intention of the authors, but the LSTM is clearly used in the respective paper, see Eq. (3). IMO, it may help to better preserve state across iterations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm studying about some of graph to vec methods, and i'm curious that why LSTM cell is used in Set2Set.
�According to my understanding(like the scheme above), it is reasonable to use dence layer for making query vector, because q_star already reflected h.
May I know the intention to design a (RNN based) structure like this?
Beta Was this translation helpful? Give feedback.
All reactions