Skip to content

Commit 6d092d6

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

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f7420071ca5aaddc7cfa311575884a8367c119de96fed9761e4e4d3c9e7a2132
3+
size 1614385
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
title: 'Tutorial 10: Autoregressive Image Modeling'
2+
author: Phillip Lippe
3+
created: 2021-07-12
4+
updated: 2023-03-14
5+
license: CC BY-SA
6+
build: 0
7+
tags:
8+
- Image
9+
description: 'In this tutorial, we implement an autoregressive likelihood model for
10+
the task of image modeling.
11+
12+
Autoregressive models are naturally strong generative models that constitute one
13+
of the current
14+
15+
state-of-the-art architectures on likelihood-based image modeling,
16+
17+
and are also the basis for large language generation models such as GPT3.
18+
19+
We will focus on the PixelCNN architecture in this tutorial, and apply it to MNIST
20+
modeling.
21+
22+
This notebook is part of a lecture series on Deep Learning at the University of
23+
Amsterdam.
24+
25+
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
26+
27+
'
28+
requirements:
29+
- torchvision
30+
- matplotlib
31+
- seaborn
32+
- lightning>=2.0.0
33+
accelerator:
34+
- GPU
35+
environment:
36+
- torchvision==0.15.2
37+
- torch==2.0.1
38+
- seaborn==0.13.2
39+
- torchmetrics==1.2.1
40+
- numpy==1.26.4
41+
- lightning==2.3.3
42+
- pytorch-lightning==2.0.9.post0
43+
- setuptools==69.0.3
44+
- matplotlib==3.8.4
45+
- ipython==8.16.1
46+
- urllib3==2.2.2
47+
published: '2024-07-19T20:11:08.643733'

0 commit comments

Comments
 (0)