slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
148 stars 20 forks source link

Optional logdet in NetworkGlow #81

Closed flo-he closed 1 year ago

flo-he commented 1 year ago

Just a small feature request: Giving NetworkGlow the option to pass

NetworkGlow(...; logdet=false)

as its building blocks already support this feature.

mloubout commented 1 year ago

Duplicate of #80 closing, will look into it