Replies: 1 comment
-
but IMO it is not a crucial parameter. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I used a SAGEConv layer with hyper parameter project=True for my model and the prediction is very well. Now I want to improve the prediction of it by using GraphConv using aggr='mean' and edge_weight that predicts similar to SAGEConv without project=True. I checked PyTorch website and I didn't see any hyper parameter 'project' for GraphConv. Is there any alternative for this hyper parameter?
Beta Was this translation helpful? Give feedback.
All reactions