JiaxuanYou / graph-generation

GraphRNN: Generating Realistic Graphs with Deep Auto-regressive Models
MIT License
693 stars 141 forks source link

MMD computation - square root missing #17

Open tathagatv opened 3 years ago

tathagatv commented 3 years ago

The compute_mmd function in mmd.py should compute square root of disc(s1, s1) + disc(s2, s2) - 2*disc(s1, s2) right? Referring equation 10 of the GraphRNN paper.