Replies: 1 comment 1 reply
-
So from a user perspective a nice API would be if you had the ability to just add rows/columns to an existing LT and then automatically get the cheap update if you call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would be the best way to incorporate functionality to update root decompositions of symmetric psd tensors such as:
B = A + aa'
or adding new rows columns (e.g.gpytorch/gpytorch/models/exact_prediction_strategies.py
Line 183 in c74b8ed
I have a low rank implementation written as an
UpdatedRootLazyTensor
but it's suboptimal for general use because it's just a wrapper around a dense lazy tensor with anupdate
function. Would it be best to just implement aadd_low_rank
to the root and aadd_new_rows
function analogously?cc @Balandat @samuelstanton
Beta Was this translation helpful? Give feedback.
All reactions