Replies: 1 comment
-
If you want to shrink your graph down in advance, you can use |
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 build a model that a single value from the list of features. So for my graph, each node has multiple features, and for each node, I want the model to predict the next value for one of the feature values.
The thing is, for some of the nodes, the values are already determined so there is no need for the model to predict.
Currently, there is only 1 node that is of interest and there are 3 nodes connected to it where there is no need of a model.
I want to know if there is a way to disregard nodes from the training process?
The model right now has the structure as:
and the loss is calculated with the output and the single value from the single node of interest.
Beta Was this translation helpful? Give feedback.
All reactions