Replies: 1 comment 2 replies
-
def forward(self, data: List[Data]) to def forward(self, x: List[Tensor], edge_index: List[Tensor]) |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi folks 👋 I have a model with an input of a list of 3 disconnected graphs represented as torch_geometric.data.Batch-es like:
I would like to trace this model with jit.trace and I can't really get around to feed it with an example data like that. Is there any support for this in the current version?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions