Skip to content

Commit 6304688

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/12-meta-learning
1 parent d87a9b1 commit 6304688

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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:ebdabd54c901193ebf908bb7421c54e4944923e0dd7aa23af48f9e3b2bf50237
3-
size 763882
2+
oid sha256:bdfc59c9647ffca6b62fac4b59d4ed75b09beda69cfc17ea48ee16e7ad5c0f6b
3+
size 763335

.notebooks/course_UvA-DL/12-meta-learning.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ description: 'In this tutorial, we will discuss algorithms that learn models whi
4040
accelerator:
4141
- CPU
4242
- GPU
43+
OS: Linux
44+
python: 3.10.12
4345
environment:
46+
- matplotlib==3.9.1
47+
- scipy==1.14.0
48+
- numpy==1.26.4
4449
- seaborn==0.13.2
50+
- pytorch-lightning==2.0.9.post0
51+
- torch==2.1.2+cu121
52+
- torchvision==0.16.2+cu121
4553
- tensorboard==2.17.0
46-
- numpy==1.26.4
4754
- torchmetrics==1.2.1
48-
- torch==2.0.1+cu118
49-
- scipy==1.14.0
50-
- torchvision==0.15.2+cu118
51-
- matplotlib==3.9.1
52-
- pytorch-lightning==2.0.9.post0
53-
published: '2024-07-23T21:54:54.314097'
55+
published: '2024-07-26T07:10:27.557620'

0 commit comments

Comments
 (0)