slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
149 stars 21 forks source link

glow example does not work #47

Closed jw3126 closed 2 years ago

jw3126 commented 2 years ago

The glow example does not work. The issue is, that the number of input channels is odd, while the affine coupling need even number of channels.

mloubout commented 2 years ago

This is indeed a error in the script will fix asap, thanks for pointing it out