Skip to content

Commit c86857d

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

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
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:5ba6e6748124a7454cdb59e8483a27834c05593307095916c1cf815981e43d0e
3-
size 385641
2+
oid sha256:4ca23dc2756ec8cc31a21e0e161590a423de49470d5cae0e5c51b4d4d207c12e
3+
size 385402
Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
title: 'Tutorial 1: Introduction to PyTorch'
22
author: Phillip Lippe
33
created: 2021-08-27
4-
updated: 2023-03-14
54
license: CC BY-SA
6-
build: 1
75
description: 'This tutorial will give a short introduction to PyTorch basics, and
86
get you setup for writing your own neural networks.
97
@@ -13,20 +11,14 @@ description: 'This tutorial will give a short introduction to PyTorch basics, an
1311
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
1412
1513
'
16-
requirements:
17-
- matplotlib
18-
- lightning>=2.0.0
1914
accelerator:
2015
- CPU
2116
- GPU
2217
environment:
23-
- torchmetrics==1.2.1
24-
- lightning==2.3.3
18+
- torch==2.0.1+cu118
2519
- matplotlib==3.8.4
26-
- urllib3==2.2.2
27-
- pytorch-lightning==1.5.3
28-
- setuptools==69.0.3
29-
- ipython==8.16.1
20+
- pytorch-lightning==2.0.9.post0
21+
- lightning==2.3.3
22+
- torchmetrics==1.2.1
3023
- numpy==1.26.4
31-
- torch==2.0.1+cu118
32-
published: '2024-07-20T00:27:36.724445'
24+
published: '2024-07-22T21:39:21.996117'

0 commit comments

Comments
 (0)