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

More flexibility for broadcasting shapes in DensityEstimators #1137

Open
michaeldeistler opened this issue Apr 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@michaeldeistler
Copy link
Contributor

As raised in #1066 the DensityEstimators currently have the following limitations:

Not all DensityEstimators can...

  • ...handle batch_shapes (but only batch_dims, i.e. scalar values)
  • ...evaluate one datapoint under multiple conditions with log_prob without adapting the batch_dim of the datapoint
  • ...perform log_prob on data without iid_dim_input. I.e. log_prob((50,3), (50,4)) might fail, but log_prob((1,50,3), (50,4)) will work
@michaeldeistler michaeldeistler added the enhancement New feature or request label Apr 9, 2024
@michaeldeistler michaeldeistler changed the title More flexibility for the DensityEstimators More flexibility for broadcasting shapes in DensityEstimators Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant