Skip to content

Commit b949457

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

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d6384300d4f6711990446c5e156781b85818224eeb26fe71d77cb47d6173ba11
3+
size 385545
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
title: 'Tutorial 1: Introduction to PyTorch'
2+
author: Phillip Lippe
3+
created: 2021-08-27
4+
updated: 2023-03-14
5+
license: CC BY-SA
6+
build: 1
7+
description: 'This tutorial will give a short introduction to PyTorch basics, and
8+
get you setup for writing your own neural networks.
9+
10+
This notebook is part of a lecture series on Deep Learning at the University of
11+
Amsterdam.
12+
13+
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
14+
15+
'
16+
requirements:
17+
- matplotlib
18+
- lightning>=2.0.0
19+
accelerator:
20+
- CPU
21+
- GPU
22+
environment:
23+
- matplotlib==3.8.4
24+
- pytorch-lightning==2.0.9.post0
25+
- setuptools==69.0.3
26+
- torch==2.0.1+cu118
27+
- lightning==2.3.3
28+
- ipython==8.16.1
29+
- urllib3==2.2.2
30+
- torchmetrics==1.2.1
31+
- numpy==1.26.4
32+
published: '2024-07-19T19:00:02.378308'

0 commit comments

Comments
 (0)