Skip to content
Discussion options

You must be logged in to vote

A homogeneous graph in PyG is denoted by torch_geometric.data.Data

from torch_geometric.data import Data
data = Data(x=..., edge_index=..., edge_attr=...)

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@EdisonLeeeee
Comment options

@ppsmk388
Comment options

@EdisonLeeeee
Comment options

@rusty1s
Comment options

@ppsmk388
Comment options

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