-
Hi, I am very new to geometric DL, so I might be misunderstanding something, so any clarifications/pointers are very welcome. Here's the problem I'm trying to solve: I have one very large graph, where each node has a single value, coordinates and a timestamp. Edges are constructed using coordinates with a Here's the way I construct the data: My questions/concerns are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
def forward(self, batch)
x = batch.x
x[:batch.batch_size] = 0.
# Proceed as usual.
|
Beta Was this translation helpful? Give feedback.
NeighborLoader.time_attr
attribute for more information).