GRAN icon indicating copy to clipboard operation
GRAN copied to clipboard

MMD computation - square root missing

Open tathagatv opened this issue 3 years ago • 1 comments

The compute_mmd function in dist_helper.py should compute square root of disc(s1, s1) + disc(s2, s2) - 2*disc(s1, s2) right? Here is a reference for the same.

tathagatv avatar Sep 02 '21 10:09 tathagatv

The function returns MMD^2 the same as other graph generation models like https://github.com/JiaxuanYou/graph-generation/blob/master/test_MMD.py

sajjadGG avatar Jan 01 '22 18:01 sajjadGG