File function
wangzeyu135798 opened this issue · 3 comments
wangzeyu135798 commented
Hi:
I read your paper recently. I thought it great. I have two questions.
- What are the function of four optuna_.py files?
- How to make new edge_probabilities files by GAE mentioned ih paper? There are only two files provied in folder.
Thanks.
JunweiSUN commented
Same questions here. @GAugAuthors Can you guys provide the code of generating M? Should I use a well trained GAE or just use a 2-layer GCN and do the forward process?
zhao-tong commented
Sry for the late reply.
- The optuna_.py files are for hyperparameter search with the optuna package.
- I used VGAE (https://github.com/DaehanKim/vgae_pytorch) for generating the edge_probabilities for GAugM.
zhao-tong commented
I just added the VGAE implementation I used in this repo. Closing this issue.