Skip to content

Commit b6cfd20

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/04-inception-resnet-densenet
1 parent c181cb3 commit b6cfd20

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
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:fb037685bcfb62515d80e050a42c69d0abf2483dfb3506e22902018966b080d9
3-
size 343893
2+
oid sha256:c0476a696baf5c183dc63daa6fe7ebff055aef888e4f046d6c75004a0336ff91
3+
size 345129
Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title: 'Tutorial 4: Inception, ResNet and DenseNet'
22
author: Phillip Lippe
33
created: 2021-08-27
4-
updated: 2023-03-14
54
license: CC BY-SA
65
tags:
76
- Image
@@ -27,27 +26,17 @@ description: 'In this tutorial, we will implement and discuss variants of modern
2726
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
2827
2928
'
30-
requirements:
31-
- torchvision
32-
- matplotlib
33-
- seaborn
34-
- tabulate
35-
- lightning>=2.0.0
36-
- tensorboard
3729
accelerator:
3830
- GPU
3931
environment:
4032
- seaborn==0.13.2
41-
- setuptools==69.0.3
42-
- tensorboard==2.17.0
43-
- torchmetrics==1.2.1
44-
- lightning==2.3.3
45-
- matplotlib==3.8.4
46-
- torch==2.0.1
33+
- pytorch-lightning==2.0.9.post0
4734
- tabulate==0.9.0
4835
- numpy==1.26.4
49-
- ipython==8.16.1
50-
- pytorch-lightning==1.5.3
51-
- torchvision==0.15.2
52-
- urllib3==2.2.2
53-
published: '2024-07-20T11:02:19.785016'
36+
- lightning==2.3.3
37+
- torchvision==0.15.2+cu118
38+
- torch==2.0.1+cu118
39+
- matplotlib==3.8.4
40+
- tensorboard==2.17.0
41+
- torchmetrics==1.2.1
42+
published: '2024-07-22T21:47:17.968644'

0 commit comments

Comments
 (0)