Replies: 1 comment 3 replies
-
I think what people are usually doing is run your GCN in parallel on each timestamp (using PyG mini-batching), and then convert the node embeddings to shape |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new at PyG, currenly I am using GATconv to extract features then put them into each LSTMcell, and the graph should be dynamic(edges might be changed over time, features also)
My question is, how can I customize my dataset by using PyG? Obviously using origin torch dataset and data_loader would be easy to form a LSTM usage dataset but seems temporal graph is different. Beside, Batch mechanisum looks different between PyG and torch, could they combine in some ways?
Beta Was this translation helpful? Give feedback.
All reactions