pintonos
pintonos
Any updates?
I added the missing files/documentation. Please check again!
> Currently, `SAGEConv` does not support weightes graphs, but `GraphConv` does (which is quite similar). Note that you need to pas both `edge_index` and `edge_weight` to the GNN op. For...
> `GraphConv` is the same as `SAGEConv` in case you specify `aggr="mean"`. Let me know if that works for you. Works fine now, thanks! The documentation of `GraphConv` only defines...