Replies: 1 comment
-
The best way is to utilize a |
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.
-
Hello everyone, i got some problems while evaluating GCN on NELL dataset
the application interface provided by torch_geometric.datasets.NELL encode the feature matrix into coo matrix (sparsetensor), but the x of GCNConv is tensor. meanwhile, functions such as dropout in torch package does not support sparse data either.
i've tried to decode it to dense matrix, but it caused out-of-memory error. so, is there any way to evaluate GCN on NELL dataset using the GCNConv provided by pyg without modifying this framework ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions