Skip to content

Commit 486d69f

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/06-graph-neural-networks
1 parent 4f78c2f commit 486d69f

File tree

2 files changed

+10
-23
lines changed

2 files changed

+10
-23
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:70a99f6ffd0d56c5acd7f619779ddff61ef9ce958f06067541724d98521ab23c
3-
size 106624
2+
oid sha256:a1436959afa0eebe2c430b2fead38a5fb40ff17e8682e58c9e5daff010879aec
3+
size 106594

.notebooks/course_UvA-DL/06-graph-neural-networks.yaml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
title: 'Tutorial 6: Basics of Graph Neural Networks'
22
author: Phillip Lippe
33
created: 2021-06-07
4-
updated: 2023-03-14
54
license: CC BY-SA
6-
build: 0
75
tags:
86
- Graph
97
description: 'In this tutorial, we will discuss the application of neural networks
@@ -33,30 +31,19 @@ description: 'In this tutorial, we will discuss the application of neural networ
3331
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
3432
3533
'
36-
requirements:
37-
- torch-scatter
38-
- torch-sparse
39-
- torch-cluster
40-
- torch-spline-conv
41-
- torch-geometric>=2.0.0,<2.5.0
42-
- lightning>=2.0.0
4334
pip__find-link:
4435
- https://pytorch-geometric.com/whl/torch-%(TORCH_MAJOR_DOT_MINOR)s.0+%(DEVICE)s.html
4536
accelerator:
4637
- GPU
4738
environment:
48-
- matplotlib==3.8.4
49-
- numpy==1.26.4
50-
- torch-sparse==0.6.18+pt20cu118
5139
- lightning==2.3.3
52-
- urllib3==2.2.2
53-
- torchmetrics==1.2.1
54-
- torch-scatter==2.1.2+pt20cu118
55-
- torch-cluster==1.6.3+pt20cu118
56-
- torch_geometric==2.4.0
5740
- torch==2.0.1+cu118
41+
- pytorch-lightning==2.0.9.post0
42+
- torch_geometric==2.4.0
5843
- torch-spline-conv==1.2.2+pt20cu118
59-
- setuptools==69.0.3
60-
- pytorch-lightning==1.5.3
61-
- ipython==8.16.1
62-
published: '2024-07-22T15:49:36.460618'
44+
- numpy==1.26.4
45+
- torch-scatter==2.1.2+pt20cu118
46+
- torchmetrics==1.2.1
47+
- torch-sparse==0.6.18+pt20cu118
48+
- torch-cluster==1.6.3+pt20cu118
49+
published: '2024-07-22T21:50:38.146633'

0 commit comments

Comments
 (0)