Skip to content

Commit 2bc31f1

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/08-deep-autoencoders
1 parent 8399b1c commit 2bc31f1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:572d84927e7b719f10b0378b70b2ddb429f8e4ad971d79fdc610ec47c0ce9b49
3-
size 1675617
2+
oid sha256:42f5d5012452c3c51fcb3eed1fae477311318579e88e3067500680b87ec91340
3+
size 1668503

.notebooks/course_UvA-DL/08-deep-autoencoders.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ description: 'In this tutorial, we will take a closer look at autoencoders (AE).
3737
accelerator:
3838
- CPU
3939
- GPU
40+
OS: Linux
41+
python: 3.10.12
4042
environment:
41-
- numpy==1.26.4
42-
- pytorch-lightning==2.0.9.post0
43-
- torchvision==0.15.2+cu118
44-
- seaborn==0.13.2
43+
- tensorboard==2.17.0
4544
- matplotlib==3.9.1
45+
- seaborn==0.13.2
46+
- torchvision==0.16.2+cu121
47+
- torch==2.1.2+cu121
4648
- torchmetrics==1.2.1
47-
- torch==2.0.1+cu118
48-
- tensorboard==2.17.0
49-
published: '2024-07-23T21:32:12.758526'
49+
- pytorch-lightning==2.0.9.post0
50+
- numpy==1.26.4
51+
published: '2024-07-26T06:51:19.337080'

0 commit comments

Comments
 (0)