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
Gravity produces models with >2x fewer hessian non-zeros. I think they're collating terms for each element, rather than passing the hessian vector with repeated elements, like [(1, 1), (1, 1)].
The text was updated successfully, but these errors were encountered:
Gravity produces models with >2x fewer hessian non-zeros. I think they're collating terms for each element, rather than passing the hessian vector with repeated elements, like
[(1, 1), (1, 1)]
.The text was updated successfully, but these errors were encountered: