Batched support for NormalizingFlows.jl
and Bijectors.jl
#370
Labels
good first issue
Good for newcomers
NormalizingFlows.jl
and Bijectors.jl
#370
Introduce a
batched mode
toBijectors.jl
andNormalizingFlows.jl
, which are built on top ofBijectors.jl
.Put simply, we want to enable users to provide multiple inputs to the model simultaneously by “stacking” the parameters into a higher-dimensional array.
The implementation can take various forms, as a team of developers who care about both performance and user experience, we are open to different approaches and discussions. One possible approach is to develop a mechanism that signals the code to process the given input as a batch rather than as individual entries.
A preliminary implementation can be found here.
(copy and pasted from here)
The text was updated successfully, but these errors were encountered: