senya-ashukha/real-nvp-pytorch
Real NVP PyTorch a Minimal Working Example | Normalizing Flow
This project helps machine learning researchers and practitioners understand and implement Real NVP normalizing flows for density estimation. It takes in a dataset and outputs a model that can estimate the probability density of new data points. The primary users are those working on generative models or complex data distributions.
142 stars. No commits in the last 6 months.
Use this if you need a minimal, clear example to learn about or quickly prototype with Real NVP normalizing flows.
Not ideal if you need a production-ready, highly optimized, or extensively featured normalizing flow library.
Stars
142
Forks
27
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 06, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/senya-ashukha/real-nvp-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/rectified-flow-pytorch
Implementation of rectified flow and some of its followup research / improvements in Pytorch
probabilists/zuko
Normalizing flows in PyTorch
davidnabergoj/torchflows
Modern normalizing flows in Python. Simple to use and easily extensible.
keishihara/flow-matching
Flow Matching implemented in PyTorch
LukasRinder/normalizing-flows
Implementation of normalizing flows in TensorFlow 2 including a small tutorial.