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 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.
The text was updated successfully, but these errors were encountered:
The
compute_mmd
function in dist_helper.py should compute square root ofdisc(s1, s1) + disc(s2, s2) - 2*disc(s1, s2)
right? Here is a reference for the same.The text was updated successfully, but these errors were encountered: