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: 13 days ago
JSON representation
Normalizing flows in PyTorch. Current intended use is education not production.
- Host: GitHub
- URL: https://github.com/karpathy/pytorch-normalizing-flows
- Owner: karpathy
- Created: 2019-12-09T17:55:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T18:37:10.000Z (about 5 years ago)
- Last Synced: 2025-04-03T21:36:51.737Z (13 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.11 MB
- Stars: 858
- Watchers: 26
- Forks: 101
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-energy-based-model - `pytorch-normalizing-flows`
- awesome-normalizing-flows - pytorch-normalizing-flows
README
# pytorch-normalizing-flows
Implementions of normalizing flows (NICE, RealNVP, MAF, IAF, Neural Splines Flows, etc) in PyTorch.

**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?