Skip to content

Commit d3979e0

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/01-introduction-to-pytorch
1 parent e7031ec commit d3979e0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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:fc4a4abbfd1e61fd7c7cdf5dbb0c7128ab59332c7d70be80f4e6c71cc8b822f4
3-
size 385388
2+
oid sha256:cf95a8d0ca7d1338a69e7926c6b41e80745d4ef12e5259f900aeb821e0c2fb7d
3+
size 385503

.notebooks/course_UvA-DL/01-introduction-to-pytorch.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ description: 'This tutorial will give a short introduction to PyTorch basics, an
1414
accelerator:
1515
- CPU
1616
- GPU
17+
OS: Linux
18+
python: 3.10.12
1719
environment:
20+
- torch==2.1.2+cu121
1821
- numpy==1.26.4
19-
- matplotlib==3.9.1
22+
- torchvision==0.16.2+cu121
2023
- pytorch-lightning==2.0.9.post0
24+
- matplotlib==3.9.1
25+
- seaborn==0.13.2
2126
- torchmetrics==1.2.1
22-
- torch==2.0.1+cu118
23-
published: '2024-07-23T21:01:37.293005'
27+
published: '2024-07-26T06:24:22.787106'

0 commit comments

Comments
 (0)