Skip to content
Discussion options

You must be logged in to vote

We do not support any is_isomorphic() functionality since PyG is a deep learning/GNN library rather than a general graph analytics library. IMO, you are better off to convert PyG graphs to a general graph analytics library (e.g., networkx) and perform the checks their. If you are only interested in approximating isomorphism, you might be able to get something to work via the torch_geometric.nn.conv.WLConv to model the Weisfeiler-Lehman graph isomorphism test by comparing the histogram of node colors of two graphs (see here for an example).

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Harry4FunResearch
Comment options

@rusty1s
Comment options

@Harry4FunResearch
Comment options

@rusty1s
Comment options

@Harry4FunResearch
Comment options

Answer selected by Harry4FunResearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants