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 would like to do batch transformations using transforms.LowerCholeskyAffine. So far I can do a "batched" transform as long as the loc and scale_tril are the same however if I try to use different locs with the same scale_tril then I get the following error message.
ValueError: Only support 2-dimensional scale_tril matrix. Please make a feature request if you need to use this transform with batched scale_tril.
The text was updated successfully, but these errors were encountered:
chrisfinlay
changed the title
Only support 2-dimensional scale_tril matrix. Please make a feature request if you need to use this transform with batched scale_tril
feature request : Batched scale_tril
Aug 8, 2023
I would like to do batch transformations using
transforms.LowerCholeskyAffine
. So far I can do a "batched" transform as long as theloc
andscale_tril
are the same however if I try to use differentloc
s with the samescale_tril
then I get the following error message.The text was updated successfully, but these errors were encountered: