You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experimenting with edge weights for GNNHeteroGraphs, but I had to dig deep in the documentation (and the docstrings from the source code) to see how edge weights work for heterographs. It'll be nice to add some examples to the documentation page for heterographs covering all operations that one can perform.
Also, it seems like there's no nice function to add new edges with weights to existing graphs. For instance, suppose I create a heterograph with some edge weights:
I was experimenting with edge weights for
GNNHeteroGraph
s, but I had to dig deep in the documentation (and the docstrings from the source code) to see how edge weights work for heterographs. It'll be nice to add some examples to the documentation page for heterographs covering all operations that one can perform.Also, it seems like there's no nice function to add new edges with weights to existing graphs. For instance, suppose I create a heterograph with some edge weights:
But I can't add new edges with edge weights. Ideally, something like the following will be great:
Also, this leads to some weird behavior; I can't even add edges without weights to
g_het
:But ofcourse, I can add new edges if the original graph doesn't contain any weights:
If this is expected behaviour, it'll be really nice to add these to the documentation.
The text was updated successfully, but these errors were encountered: