Replies: 2 comments 4 replies
-
As far as I see, you can directly add them as inputs to |
Beta Was this translation helpful? Give feedback.
-
I think directly adding node features is not the best match for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The example of
examples/tgn.py
seems to only work for events without temporal node features (or maybe I misunderstand), but the original TGN paper supports the temporal node features.Can I ask for a better explanation or documentation on how to put temporal node features into TGNMemory? Currently, I force to merge source and destination node features in the msg input (thus msg_dim is
2 * node_dim + edge_dim
).Beta Was this translation helpful? Give feedback.
All reactions