Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karpathy/pytorch-normalizing-flows

Normalizing flows in PyTorch. Current intended use is education not production.
https://github.com/karpathy/pytorch-normalizing-flows

Last synced: about 2 months ago
JSON representation

Normalizing flows in PyTorch. Current intended use is education not production.

Awesome Lists containing this project

README

        

# pytorch-normalizing-flows

Implementions of normalizing flows (NICE, RealNVP, MAF, IAF, Neural Splines Flows, etc) in PyTorch.

![Normalizing Flow fitting a 2D dataset](https://github.com/karpathy/pytorch-normalizing-flows/blob/master/assets/moon_flow.png)

**todos**
- TODO: make work on GPU
- TODO: 2D -> ND: get (flat) using MNIST
- TODO: ND -> images (multi-scale architectures, Glow nets, etc) on MNIST/CIFAR/ImageNet
- TODO: more stable residual-like IAF-style updates (tried but didn't work too well)
- TODO: parallel wavenet
- TODO: radial/planar 2D flows from Rezende Mohamed 2015?