JiaxuanYou / graph-generation

GraphRNN: Generating Realistic Graphs with Deep Auto-regressive Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMD computation - square root missing

tathagatv opened this issue · comments

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.