TuringLang / Bijectors.jl

Implementation of normalising flows and constrained random variable transformations
https://turinglang.org/Bijectors.jl/
MIT License
199 stars 32 forks source link

Missing impl of `with_logabsdet_jacobian` for `PDBijector` #245

Closed torfjelde closed 1 year ago

torfjelde commented 1 year ago

Also added more informative error message in the case of missing with_logabsdet_jacobian implementation when calling transform and logabsdetjac.

torfjelde commented 1 year ago

Thanks for the comments @devmotion ! Happy with the current one?