Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.6 KB

Generative Models

implementation codes for below models with Tensorflow 2.0

1. Generative Modeling by Estimating Gradients of the Data Distribution

Reproduction of "Generative Modeling by Estimating Gradients of the Data Distribution" by Yang Song and Stefano Ermon (NeurIPS 2019) in Tensorflow 2.0. Implementation codes are written with reference to the following github repositories:

2. Denoising Diffusion Probabilistic Models

Reproduction of "Denoising Diffusion Probabilistic Models" in Tensorflow 2.0. Implementation codes are written with reference to the following github repositories:

result

  • mnist

  • cifar10

3. Score-Based Generative Modeling through Stochastic Differential Equations

Reproduction of "Score-Based Generative Modeling through Stochastic Differential Equations" in Tensorflow 2.0. Implementation codes are written with reference to the following github repositories: