You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
compute_mmd
function in mmd.py should compute square root ofdisc(s1, s1) + disc(s2, s2) - 2*disc(s1, s2)
right? Referring equation 10 of the GraphRNN paper.The text was updated successfully, but these errors were encountered: