Skip to content

Commit ec972dc

Browse files
authored
Merge pull request #17 from acceleratescience/feature/fg-updates
Updates made to slides for diffusion models 03/06
2 parents 2ba373f + c2a9b80 commit ec972dc

9 files changed

Lines changed: 595 additions & 512 deletions

File tree

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@ __pycache__
1313
.idea/
1414

1515
# Python package build artifacts
16-
*.egg-info/
16+
*.egg-info/
17+
18+
notes.md
19+
20+
# Office lock files
21+
~$*.pptx
22+
23+
# Pre-intro slides (these are very large)
24+
slides/pre_intro/

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
repos:
2+
- repo: https://github.com/kynan/nbstripout
3+
rev: 0.8.1
4+
hooks:
5+
- id: nbstripout
26
- repo: https://github.com/astral-sh/ruff-pre-commit
37
# Ruff version.
48
rev: v0.11.7

notebooks/1_VAEs.ipynb

Lines changed: 118 additions & 247 deletions
Large diffs are not rendered by default.

notebooks/3_UNet.ipynb

Lines changed: 95 additions & 263 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies = [
1616
"transformers==4.41.2",
1717
"scikit-learn>=1.5.2",
1818
"ipykernel>=6.30.1",
19+
"torch>=2.12.0",
20+
"torchvision>=0.27.0",
1921
]
2022

2123
[dependency-groups]
@@ -33,4 +35,4 @@ packages = ["diffusion_models"]
3335

3436
[build-system]
3537
requires = ["setuptools>=61.0"]
36-
build-backend = "setuptools.build_meta"
38+
build-backend = "setuptools.build_meta"

slides/1_Introduction.pptx

-9.06 MB
Binary file not shown.

slides/2_Physics.pptx

-48.5 KB
Binary file not shown.

slides/3_Building-blocks.pptx

-94.3 KB
Binary file not shown.

uv.lock

Lines changed: 366 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)