slimgroup / InvertibleNetworks.jl

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

Removed random stabilization term from ActNorm layer; ActNorm test pa… #6

Closed grizzuti closed 4 years ago

grizzuti commented 4 years ago

…sses

The stabilization term epsilon is removed altogether from ActNorm, as it does not prevent division by 0 anyway. Most test passes (including, of course, ActNorm-related tests), and generative modeling exercises in /examples/ also work.