snash4/GAT2VEC

Unlabeled data sets

mecoelho opened this issue · 1 comments

Can you use gat2vec to generate embeddings for datasets that are unlabeled? (i.e. no _label_10/30/50_na.adjlist files)

yes, the core algorithm generates embeddings from an unlabelled dataset.
e.g
#python main.py --data M10
in this case, gat2vec doesn't consider labels while learning.