yuanqidu / GraphGT

59 stars 6 forks source link

Questions about using graphGT in the model #4

Closed RENEK-bool closed 2 years ago

RENEK-bool commented 2 years ago

Hello, thank you very much for your work. I just started to learn graph generation technology, and I noticed that there are graphvae models in the code, but I looked carefully and didn't seem to have any connection with GraphGT. I've downloaded the n_body_charged dataset. But I found that the code also needs a file like train.dat, which seems to require further data processing on the dataset. Could you give me some guidance on how to further apply GraphGT in graphvae?

yuanqidu commented 2 years ago

Thanks for your interest! The dataset we provide is for general-purpose where we store in numpy, if you would like to run graphvae code (where we took from graphrnn github repo), you need to convert the dataset to .dat required by the code.

RENEK-bool commented 2 years ago

Thank you for your timely response and I look forward to graphGT's further improvement and dataset enrichment!