NormalizingFlows.jl
NormalizingFlows.jl copied to clipboard
- [ ] demonstrating the use of those flows on benchmark datasets/tasks - [ ] MNIST and its variant - [ ] Some image datasets - [ ] Bayesian inference...
Fixes #37.
https://github.com/TuringLang/NormalizingFlows.jl/blob/58d3e57e66872274a1b6f46ffe68fc54da642d90/ext/NormalizingFlowsEnzymeExt.jl#L21 This line can be weakened from ReverseWithPrimal to just Reverse, since you don't use the result. Moreover the issue referenced in the comments above have been closed/resolved
Hi all, Now that `[email protected]` is shaping up, shall we consider connecting it with `NormalizingFlows`? I think most of the work would be about setting up documentation and tests matching...
The `train_flow` can be made to work with lux models with a hack. I am wondering if there is an interest in adding a native Lux version. If there is...
This pull request changes the compat entry for the `Enzyme` package from `0.11, 0.12` to `0.11, 0.12, 0.13`. This keeps the compat entries for earlier versions. Note: I have not...