Skip to content

Commit cc4a274

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/10-autoregressive-image-modeling
1 parent bd65680 commit cc4a274

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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:b97601965b48dee4300631506a8df4cb790fe0772491e014becd84cc9b52edc7
3-
size 1612603
2+
oid sha256:03c74c31d1a874f3a11b56058c24033149c2a96b41fb8961648504c58785afa4
3+
size 1613260

.notebooks/course_UvA-DL/10-autoregressive-image-modeling.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ description: 'In this tutorial, we implement an autoregressive likelihood model
2525
'
2626
accelerator:
2727
- GPU
28+
OS: Linux
29+
python: 3.10.12
2830
environment:
29-
- torchmetrics==1.2.1
30-
- pytorch-lightning==2.0.9.post0
31-
- seaborn==0.13.2
31+
- torchvision==0.16.2+cu121
3232
- matplotlib==3.9.1
33-
- torchvision==0.15.2+cu118
34-
- torch==2.0.1+cu118
33+
- seaborn==0.13.2
34+
- pytorch-lightning==2.0.9.post0
35+
- torchmetrics==1.2.1
36+
- torch==2.1.2+cu121
3537
- numpy==1.26.4
36-
published: '2024-07-23T21:47:27.600709'
38+
published: '2024-07-26T07:03:57.591841'

0 commit comments

Comments
 (0)