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
Hello,
I use autograd.gradcheck for Sqrtm in MPNCOV.py and the function returns false, but if I delete the ligne 'der_NSiter = der_NSiter.transpose(1, 2)' , it turns out to be true.