zhao-tong/GAug

File function

wangzeyu135798 opened this issue · 3 comments

Hi:
I read your paper recently. I thought it great. I have two questions.

  1. What are the function of four optuna_.py files?
  2. How to make new edge_probabilities files by GAE mentioned ih paper? There are only two files provied in folder.
    Thanks.

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?

Sry for the late reply.

  1. The optuna_.py files are for hyperparameter search with the optuna package.
  2. I used VGAE (https://github.com/DaehanKim/vgae_pytorch) for generating the edge_probabilities for GAugM.

I just added the VGAE implementation I used in this repo. Closing this issue.