Skip to content

Commit 87bf98d

Browse files
Update README.md
1 parent 6b99599 commit 87bf98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project is a from-scratch implementation of diffusion model training in C++/CUDA. Inspired by Andrej Karpathy's [llm.c](https://github.com/karpathy/llm.c). The implementation is based on the U-Net architecture in the paper [Diffusion Models Beat GANs on Image Synthesis](https://arxiv.org/abs/2105.05233).
44

5-
# Train it
5+
## Training
66

77
You can train it on the images from the ImageNet 64x64 dataset via
88

0 commit comments

Comments
 (0)