generative-modeling topic

List generative-modeling repositories

pytorch_cpp

239
Stars
52
Forks
Watchers

Deep Learning sample programs using PyTorch in C++

denoising_diffusion

88
Stars
12
Forks
Watchers

Unofficial Implementation of "Denoising Diffusion Probabilistic Models" in PyTorch(Lightning)

torch-mnf

23
Stars
3
Forks
Watchers

Multiplicative Normalizing Flows in PyTorch.

regression-transformer

144
Stars
21
Forks
Watchers

Regression Transformer (2023; Nature Machine Intelligence)

dpf-nets

42
Stars
6
Forks
Watchers

Flow-based generative model for 3D point clouds.

LRS_NF

20
Stars
6
Forks
Watchers

[AISTATS2020] The official repository of "Invertible Generative Modling using Linear Rational Splines (LRS)".

generative-modeling-explained

46
Stars
6
Forks
Watchers

Ying Nian Wu's UCLA Statistical Machine Learning Tutorial on generative modeling.

OptimalTransportModeling

53
Stars
9
Forks
Watchers

The repository contains reproducible PyTorch source code of our paper Generative Modeling with Optimal Transport Maps, ICLR 2022.

nce

29
Stars
4
Forks
Watchers

Noise Contrastive Estimation (NCE) in PyTorch