Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 565 Bytes

glow.md

File metadata and controls

17 lines (13 loc) · 565 Bytes
tags
ml

Glow

Glow is a flow network introduced by Kingma et al. (2018).

Glow follows up on RealNVP (2016), but creates two new layers:

  • actnorm -- learned normalization of activations that replaces Batch Norm used in RealNVP
  • 1x1 invertible convolution -- layer that replaces the masking in RealNVP

For more info reference the papers, so far I didn't really need more info 🤷.