Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request : Batched scale_tril #1623

Open
chrisfinlay opened this issue Aug 8, 2023 · 0 comments
Open

feature request : Batched scale_tril #1623

chrisfinlay opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chrisfinlay
Copy link

chrisfinlay commented Aug 8, 2023

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.

@chrisfinlay 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
@fehiepsi fehiepsi added enhancement New feature or request good first issue Good for newcomers labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants