File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Simple DDPM
22
3- This repository is a ` jax ` implementation of the * Denoising Diffusion
4- Probabilistic Models* . The model is trained on the [ `anime
3+ This repository is a ` jax ` implementation of the * Denoising Diffusion
4+ Probabilistic Models* [ paper] ( https://arxiv.org/abs/2006.11239 ) . The model is
5+ trained on the [ `anime
56face`] ( https://www.kaggle.com/datasets/splcher/animefacedataset ) kaggle
67dataset.
78
@@ -75,5 +76,6 @@ This is what motivated me to build a minimal implementation and helped me a lot
7576understanding the equations.
7677
7778- [ Anime Face Dataset] ( https://www.kaggle.com/datasets/splcher/animefacedataset )
79+ - [ Denoising Diffusion Probabilistic Models] ( https://arxiv.org/abs/2006.11239 )
7880- [ Tutorial on Diffusion Models for Imaging and Vision] ( https://arxiv.org/abs/2403.18103 )
7981- [ U-ViT paper] ( https://arxiv.org/abs/2209.12152 )
You can’t perform that action at this time.
0 commit comments