Skip to content

Commit 7382f6a

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/mnist-hello-world
1 parent b593223 commit 7382f6a

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-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:cf8da156d24abab7d4583a50d1bfa45869281ac87695b865969c5b3cba1970a2
3+
size 173331
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
title: Introduction to PyTorch Lightning
2+
author: Lightning.ai
3+
created: 2020-12-21
4+
updated: 2023-05-15
5+
license: CC BY-SA
6+
build: 0
7+
tags:
8+
- Image
9+
description: In this notebook, we'll go over the basics of lightning by preparing
10+
models to train on the [MNIST Handwritten Digits dataset](https://en.wikipedia.org/wiki/MNIST_database).
11+
requirements:
12+
- torchvision
13+
- torchmetrics >=0.11.0
14+
- pandas
15+
- seaborn
16+
- lightning>=2.0.0
17+
accelerator:
18+
- CPU
19+
- GPU
20+
environment:
21+
- pytorch-lightning==1.5.3
22+
- torchvision==0.15.2
23+
- torch==2.0.1
24+
- numpy==1.26.4
25+
- torchmetrics==1.2.1
26+
- setuptools==69.0.3
27+
- urllib3==2.2.2
28+
- pandas==2.2.2
29+
- ipython==8.16.1
30+
- matplotlib==3.8.4
31+
- lightning==2.3.3
32+
- seaborn==0.13.2
33+
published: '2024-07-20T00:10:28.589696'

0 commit comments

Comments
 (0)