Browse Source

chore: rename project

master
Ramon Calvo 1 year ago
parent
commit
949351305a
  1. 2
      README.md
  2. 2
      pyproject.toml

2
README.md

@ -1,4 +1,4 @@
# Simple DDPM
# Tiny DDPM
This is a bare bones and simple DDPM ([Denoising Diffusion Probabilistic Models](https://arxiv.org/abs/2006.11239)) implementation on PyTorch. The whole implementation (model + training + sampling) does not exceed 400 lines of code. The training setup and U-Net model loosely resemble the description of the original paper, but it is not a 1 to 1 implementation.

2
pyproject.toml

@ -1,5 +1,5 @@
[project]
name = "simple-ddpm"
name = "tiny-ddpm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"

Loading…
Cancel
Save