Skip to content

Commit 89b148e

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/11-vision-transformer
1 parent 2695ffe commit 89b148e

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:4a783fa62ce9e1cf49e5a9476c5a8442aa2884d082ee901f67ed82f160402178
3-
size 416255
2+
oid sha256:bd22b30c982f36254ad3cabdb451a616896e2e8fbead6f99d64b037d89ff54d4
3+
size 416322

.notebooks/course_UvA-DL/11-vision-transformer.yaml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title: 'Tutorial 11: Vision Transformers'
22
author: Phillip Lippe
33
created: 2021-08-21
4-
updated: 2023-03-14
54
license: CC BY-SA
65
description: 'In this tutorial, we will take a closer look at a recent new trend:
76
Transformers for Computer Vision.
@@ -28,26 +27,17 @@ description: 'In this tutorial, we will take a closer look at a recent new trend
2827
'
2928
tags:
3029
- Image
31-
requirements:
32-
- torchvision
33-
- matplotlib
34-
- seaborn
35-
- lightning>=2.0.0
36-
- tensorboard
3730
accelerator:
3831
- CPU
3932
- GPU
4033
environment:
41-
- urllib3==2.2.2
34+
- pytorch-lightning==2.0.9.post0
35+
- matplotlib==3.8.4
36+
- numpy==1.26.4
37+
- torchvision==0.15.2+cu118
4238
- lightning==2.3.3
39+
- torchmetrics==1.2.1
4340
- tensorboard==2.17.0
41+
- torch==2.0.1+cu118
4442
- seaborn==0.13.2
45-
- pytorch-lightning==1.5.3
46-
- setuptools==69.0.3
47-
- numpy==1.26.4
48-
- torch==2.0.1
49-
- torchvision==0.15.2
50-
- matplotlib==3.8.4
51-
- torchmetrics==1.2.1
52-
- ipython==8.16.1
53-
published: '2024-07-20T11:32:59.203683'
43+
published: '2024-07-22T22:06:59.310154'

0 commit comments

Comments
 (0)