benedekrozemberczki / ClusterGCN

A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
GNU General Public License v3.0
786 stars 135 forks source link

how to generate embeddings using your library if my input is in grapson(json) or graphml(xml) format? #36

Open anushka192001 opened 2 years ago

anushka192001 commented 2 years ago

how to generate embeddings using your library if my input is in grapson(json) or graphml(xml) format?