PyTorch Geometric TorchScript generation with low level operations from aten library #2126
Unanswered
adhithadias
asked this question in
Q&A
Replies: 1 comment
-
See #2127 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to generate the TorchScript for the https://pytorch-geometric.readthedocs.io/en/latest/notes/jit.html simple graph in this document.
I am printing the model.graph and below is what I get but this code does not include any low-level operations used in the neural network graph, like the functions from aten::mm, aten::add
But it doesn't print out the low level operations used from the aten library?
Is there a way to generate those as well? Like the below torchscript which I got from a different non pytorch geometric code.
Beta Was this translation helpful? Give feedback.
All reactions