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'm also curious about this: the code as written wouldn't clip negative curvature directions, which would lead to the same problem as the Newton optimiser, I would have thought. (The GNB estimator is PSD, so wouldn't need these to be clipped, but this is not the case for Hutchinson.)
This line
p.data.addcdiv_(-group['lr'], m, h.add(group['eps']).clamp(max=group['rho']))
should be changed to the following to match the paper
Upvote & Fund
The text was updated successfully, but these errors were encountered: