Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion LDM_TRAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ The performance is greatly improved by applying classifier-free diffusion guidan


### FID
https://lightning.ai/docs/torchmetrics/stable/image/frechet_inception_distance.html
https://en.wikipedia.org/wiki/Fr%C3%A9chet_inception_distance

### Inception Score

## LDM Training Configuration
Expand Down Expand Up @@ -245,4 +248,4 @@ SD V1.4 [CompVis/stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-di


## Observations from initial training runs
- a larger batch size stabilizes the gradients. Training on small batch size results in very noisy generated images.
- a larger batch size stabilizes the gradients. Training on small batch size results in very noisy generated images.