Replies: 1 comment 7 replies
-
Yes, this is definitely possible (usually by just swapping |
Beta Was this translation helpful? Give feedback.
7 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.
-
Is it possible to train graphSage with SparseTensor? I just changed type of reddit dataset to provide sparse Adj(SparseTensor class object for edges), but in first layer int forward(SageConv) after self.propagate I've got different size of data (out += self.lin_r(x_r). How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions