README.md 296 Bytes
Newer Older
Patrick von Platen's avatar
Patrick von Platen committed
1
2
# Models

Kashif Rasul's avatar
Kashif Rasul committed
3
- Models: Neural network that models $p_\theta(\mathbf{x}_{t-1}|\mathbf{x}_t)$ (see image below) and is trained end-to-end to denoise a noisy input to an image. Examples: UNet, Conditioned UNet, 3D UNet, Transformer UNet
Patrick von Platen's avatar
Patrick von Platen committed
4
5
6
7
8
9
10
11

## API

TODO(Suraj, Patrick)

## Examples

TODO(Suraj, Patrick)