SamJia / CommunityGAN

A tensorflow implementation of CommunityGAN (Community Detection with Generative Adversarial Nets)
MIT License
77 stars 34 forks source link

Can this pretrain model handle graphs with node attributes? #7

Open BEbillionaireUSD opened 1 year ago

BEbillionaireUSD commented 1 year ago

I noticed that it seems the given data only contain graph structures without node features. Can this model handle such situations?