Skip to content

Commit 5aaf503

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/13-contrastive-learning
1 parent f60a3f1 commit 5aaf503

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
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:381f30fa0e3c8591fe8b6879c708b6898add5a607bc1e20faf290ccae62914a2
3-
size 1528194
2+
oid sha256:7f69fc0767fbe5179e3c99b6582c5aa2c742f224448fa6991a2e2a33b80f6d78
3+
size 1723875

.notebooks/course_UvA-DL/13-contrastive-learning.yaml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title: 'Tutorial 13: Self-Supervised Contrastive Learning with SimCLR'
22
author: Phillip Lippe
33
created: 2021-08-30
4-
updated: 2023-03-14
54
license: CC BY-SA
65
tags:
76
- Image
@@ -30,26 +29,17 @@ description: 'In this tutorial, we will take a closer look at self-supervised co
3029
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
3130
3231
'
33-
requirements:
34-
- torchvision
35-
- matplotlib
36-
- seaborn
37-
- lightning>=2.0.0
38-
- tensorboard
3932
accelerator:
4033
- CPU
4134
- GPU
4235
environment:
36+
- torch==2.0.1+cu118
4337
- pytorch-lightning==2.0.9.post0
44-
- ipython==8.16.1
45-
- urllib3==2.2.2
38+
- numpy==1.26.4
39+
- torchvision==0.15.2+cu118
4640
- seaborn==0.13.2
47-
- torch==2.0.1
48-
- tensorboard==2.17.0
49-
- matplotlib==3.8.4
50-
- torchvision==0.15.2
5141
- lightning==2.3.3
52-
- numpy==1.26.4
5342
- torchmetrics==1.2.1
54-
- setuptools==69.0.3
55-
published: '2024-07-19T20:31:47.750096'
43+
- matplotlib==3.8.4
44+
- tensorboard==2.17.0
45+
published: '2024-07-22T22:16:42.047737'

0 commit comments

Comments
 (0)