Skip to content

pclucas14/pytorch-glow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glow

Pytorch implementation of OpenAI's generative model GLOW. This repo provides a modular approach for stacking invertible transformations.

Running Code

python train.py <args>

e.g.

CUDA_VISIBLE_DEVICES=0 python train.py --depth 10 --coupling affine --batch_size 64 --print_every 100 --permutation conv

TODOs

  • Multi-GPU support. If performance is an issue for you, I encourage you to checkout this pytorch implementation.
  • Support for more datasets
  • LU-decomposed invertible convolution.

Contact

This repository is no longer maintained. Feel free to file an issue if need be, however response may be slow.

About

Pytorch Implementation of OpenAI's GLOW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages