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
I understand the Radial Basis kernel they are using is the following:
U = r^2 * log( r )
However, seems to me that the function used is this one:
U = r^2 * log( r^2 ), because after summing both pondered delta matrix, they don't apply root squared to the outcome.
Is there a reason to do it this way? I'm just trying to understand. I appreciate any insight.
The text was updated successfully, but these errors were encountered:
cp-vton-plus/networks.py
Line 291 in ff44e46
Hi!
I understand the Radial Basis kernel they are using is the following:
U = r^2 * log( r )
However, seems to me that the function used is this one:
U = r^2 * log( r^2 ), because after summing both pondered delta matrix, they don't apply root squared to the outcome.
Is there a reason to do it this way? I'm just trying to understand. I appreciate any insight.
The text was updated successfully, but these errors were encountered: