Skip to content

Commit 2695ffe

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

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
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:0e64a97690d0a3f8b140e12aad8395675682787615c7a944ed5eae7a82c0028c
3-
size 1613024
2+
oid sha256:743b8e140011aacd6abb5f81c733155edf5b28216eab32ac4592b6bd5a9f3395
3+
size 1611871
Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
title: 'Tutorial 10: Autoregressive Image Modeling'
22
author: Phillip Lippe
33
created: 2021-07-12
4-
updated: 2023-03-14
54
license: CC BY-SA
6-
build: 0
75
tags:
86
- Image
97
description: 'In this tutorial, we implement an autoregressive likelihood model for
@@ -25,23 +23,15 @@ description: 'In this tutorial, we implement an autoregressive likelihood model
2523
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
2624
2725
'
28-
requirements:
29-
- torchvision
30-
- matplotlib
31-
- seaborn
32-
- lightning>=2.0.0
3326
accelerator:
3427
- GPU
3528
environment:
36-
- torchvision==0.15.2
37-
- pytorch-lightning==1.5.3
38-
- setuptools==69.0.3
39-
- torchmetrics==1.2.1
40-
- urllib3==2.2.2
41-
- matplotlib==3.8.4
29+
- lightning==2.3.3
4230
- numpy==1.26.4
31+
- torch==2.0.1+cu118
32+
- torchmetrics==1.2.1
4333
- seaborn==0.13.2
44-
- ipython==8.16.1
45-
- torch==2.0.1
46-
- lightning==2.3.3
47-
published: '2024-07-20T11:28:05.148794'
34+
- pytorch-lightning==2.0.9.post0
35+
- matplotlib==3.8.4
36+
- torchvision==0.15.2+cu118
37+
published: '2024-07-22T22:05:17.566112'

0 commit comments

Comments
 (0)