Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 405 Bytes

Implementation of Glow

This is clean implementation of paper "Glow: Generative Flow with Invertible 1x1 Convolutions" in pytorch.

Samples

These are samples from model which train on CelebA dataset.(image-size=64, in-channels=3, n-levels=4, depth=24, hidden_channels=256) Samples at Epoch 10

Reference