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 range of dgcnn output is very large, useing tanh() to limit the range smaller, is this better? e.g tanh(old_output) * C (to C, for example1.0~10.0)