Skip to content

Commit

Permalink
added image
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdan committed Oct 30, 2024
1 parent 2dc4357 commit a602dea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/BuildingBlocks/1_VAEs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "venv",
"language": "python",
"name": "python3"
},
Expand All @@ -775,7 +775,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
Binary file added docs/imgs/diffusion.webp
Binary file not shown.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<a href="https://acceleratescience.github.io/">
<img src="./imgs/full_acc.png" alt="Logo" width=500>
</a>

# Introduction to Diffusion Models

<img src="./imgs/diffusion.webp" alt="Who doesn't love a cat picture" style="width:800px;"/>

Welcome to the Introduction to Diffusion Models workshop offered by the Accelerate Programme for Scientific Discovery. Here you will find the slides for our in-person workshop, along with some material to get started.

This workshop was originally delivered in-person at the University of Cambridge, but we have made the slides and some of the material available here for you to work through at your own pace.

In the main GitHub repository, there is a `notebooks` folder that contains the Jupyter notebooks that we used in the workshop. These notebooks are designed to be run on a local machine, and we recommend that you use a machine with a GPU to run them. If you don't have a GPU, you can use Google Colab to run the notebooks. Contained within the main repository is also a folder `diffusion_models` that contains the code for the Diffusion Models that we build in the workshop.

[:fontawesome-solid-book: Notebooks ](mailto:[email protected]){ .md-button }

This workshop is roughly divided into the following sections:

## Introduction
Expand Down

0 comments on commit a602dea

Please sign in to comment.