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

Added `Reshape` #257

Closed torfjelde closed 1 year ago

torfjelde commented 1 year ago

Added a bijector for Reshape. This also adds support for Distributions.ReshapedDistribution.

torfjelde commented 1 year ago

Tests will fail on julia-latest until #256 has been merged.