https://github.com/kimrass/improved-ddpm
PyTorch implementation of 'Improved DDPM' (Nichol and Dhariwal, 2021).
https://github.com/kimrass/improved-ddpm
celeba improved-ddpm pytorch
Last synced: 2 months ago
JSON representation
PyTorch implementation of 'Improved DDPM' (Nichol and Dhariwal, 2021).
- Host: GitHub
- URL: https://github.com/kimrass/improved-ddpm
- Owner: KimRass
- Created: 2024-02-23T07:36:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T16:43:17.000Z (over 1 year ago)
- Last Synced: 2025-04-01T14:43:47.853Z (6 months ago)
- Topics: celeba, improved-ddpm, pytorch
- Language: Python
- Homepage:
- Size: 11.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1. Theorectical Background
$$\tilde{\beta_{t}} = \frac{1 - \bar{\alpha}_{t - 1}}{1 - \bar{\alpha}_{t}}\beta_{t}$$