# Diffusion Model **Repository Path**: shancx/diffusion-model ## Basic Information - **Project Name**: Diffusion Model - **Description**: Diffusion model recurrent - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-11-02 - **Last Updated**: 2024-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Diffusion Model #### 介绍 扩散模型复现 #### 软件架构 dataste.py 用来处理处理集,使用mnist手写数据集 ddpm.py 实现扩散模型 network.py 实现unet神经网络 main.py 实现训练 diffusionmodel.ipynb 可视化加噪去噪过程 #### 参考文献 https://segmentfault.com/a/1190000043744225#item-1 https://blog.csdn.net/DFCED/article/details/132394895 >>>>>>> a2a2386be33c675873fe240d1d9fc7e1ab670cf2 https://blog.csdn.net/wshzd/article/details/132347788