my code doesn't work #9527
Unanswered
businessabstraction
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Haven't looked at your code yet, but in general, I'd recommend starting from any of similar examples available at https://github.com/pyg-team/pytorch_geometric/tree/master/examples. |
Beta Was this translation helpful? Give feedback.
1 reply
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 (help!!),
I have a randomly created bipartite graph. Input nodes have hidden values. The output nodes are labled with maximum of the hidden values.
IN_DEGREES
are in-degrees of the target nodes(all the same)In my model, I try to find the hidden values, and the
I created the most basic model that should find the hidden values using the training nodes, and check using the test node. One would think it should be able to find the values precisely:
The loss stops at some non-zero value, depending on in-degrees
Cannot understaned why. Attaching the notebook
mpnmostbasic.zip
Beta Was this translation helpful? Give feedback.
All reactions