divelab / RMwGGIS

Official implementation of "Gradient-Guided Importance Sampling for Learning Binary Energy-Based Models" [ICLR2023]
9 stars 0 forks source link

Code for Graph generation ? #1

Open SimonCoste opened 1 year ago

SimonCoste commented 1 year ago

Hi Meng, thanks for sharing this repo - very nice work! Could you add the code related to the Graph Generation experiments (section 5.2 in the paper)? In particular I suppose you had to adapt the GWG code by Gratwohl et al. for graph generation, especially the sampling part and data handling. I'd like to build upon this ! Best, Simon

mengliu1998 commented 1 year ago

Hi Simon, thanks for your interest. We largely follow the code of GraphRNN to perform the experiments. We did not organize that code since this dataset is too small for future study.