Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffusion Model from Scratch

从零实现 Diffusion Model,记录学习过程。

目录结构

docs/          — 参考文献和教程 PDF
model-code/    — 模型实现代码
notebooks/     — Jupyter 学习笔记

学习路线

  • 理解 Diffusion Model 的数学原理(前向扩散 + 逆向去噪)
  • 实现 DDPM (Denoising Diffusion Probabilistic Models)
  • 在 MNIST 上训练和测试
  • 进阶:DDIM / Classifier-Free Guidance

参考资源

环境

  • Python 3.10+
  • PyTorch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors