Skip to content

Commit 48b6d6a

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/13-contrastive-learning
1 parent 6304688 commit 48b6d6a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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:e1e88a4bab1a2f61fd1bff79d045968935a6530dcb594ad1cfe528c86b89c800
3-
size 1803509
2+
oid sha256:8ad84ed91580d9ff09be225f3d98afd01601055e8f288fd960044dc9b0e0849f
3+
size 1722508

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ description: 'In this tutorial, we will take a closer look at self-supervised co
3232
accelerator:
3333
- CPU
3434
- GPU
35+
OS: Linux
36+
python: 3.10.12
3537
environment:
38+
- pytorch-lightning==2.0.9.post0
39+
- matplotlib==3.9.1
40+
- tensorboard==2.17.0
3641
- seaborn==0.13.2
3742
- numpy==1.26.4
38-
- torch==2.0.1+cu118
43+
- torchvision==0.16.2+cu121
44+
- torch==2.1.2+cu121
3945
- torchmetrics==1.2.1
40-
- tensorboard==2.17.0
41-
- pytorch-lightning==2.0.9.post0
42-
- torchvision==0.15.2+cu118
43-
- matplotlib==3.9.1
44-
published: '2024-07-23T22:10:18.246200'
46+
published: '2024-07-26T07:17:58.651052'

0 commit comments

Comments
 (0)