sunfanyunn / InfoGraph

Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" (ICLR 2020, spotlight)
https://openreview.net/forum?id=r1lfF2NYvH
311 stars 45 forks source link

If I don't have data.y? #13

Closed PeterDeSOM closed 6 months ago

PeterDeSOM commented 1 year ago

In the page https://github.com/sunfanyunn/InfoGraph/blob/master/unsupervised/gin.py

I don't have any labeled data.y, so how to learn? Is this unsupervised learning? I'm finding a fully unsupervised graph-level clustering/classification method.

If data.y should be needed to train, how many graph-level data have to have its label? I have millions of graph data that cannot be labeled by human efforts.

sunfanyunn commented 6 months ago

duplicate #11