Skip to content

Commit f60a3f1

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

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:117a62ba1891cd1eac6a9186eadda4319ee33963b56183e6edd35681f0249301
3-
size 763442
2+
oid sha256:024610b6e6bae9143385996509461442ef907d0bfd621b24a8c81f098c2d8fb0
3+
size 763224

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

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title: 'Tutorial 12: Meta-Learning - Learning to Learn'
22
author: Phillip Lippe
33
created: 2021-08-21
4-
updated: 2023-03-14
54
license: CC BY-SA
65
tags:
76
- Few-shot-learning
@@ -38,28 +37,18 @@ description: 'In this tutorial, we will discuss algorithms that learn models whi
3837
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
3938
4039
'
41-
requirements:
42-
- torchvision
43-
- matplotlib
44-
- seaborn
45-
- lightning>=2.0.0
46-
- tensorboard
47-
- scipy
4840
accelerator:
4941
- CPU
5042
- GPU
5143
environment:
52-
- torchmetrics==1.2.1
53-
- setuptools==69.0.3
54-
- pytorch-lightning==1.5.3
55-
- lightning==2.3.3
44+
- seaborn==0.13.2
45+
- matplotlib==3.8.4
5646
- numpy==1.26.4
5747
- tensorboard==2.17.0
48+
- torchmetrics==1.2.1
49+
- torch==2.0.1+cu118
5850
- scipy==1.14.0
59-
- torch==2.0.1
60-
- torchvision==0.15.2
61-
- seaborn==0.13.2
62-
- ipython==8.16.1
63-
- urllib3==2.2.2
64-
- matplotlib==3.8.4
65-
published: '2024-07-20T11:39:07.700966'
51+
- lightning==2.3.3
52+
- pytorch-lightning==2.0.9.post0
53+
- torchvision==0.15.2+cu118
54+
published: '2024-07-22T22:09:37.795479'

0 commit comments

Comments
 (0)