Skip to content

Commit 6bb9d99

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/mnist-hello-world
1 parent 390e69a commit 6bb9d99

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
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:cf8da156d24abab7d4583a50d1bfa45869281ac87695b865969c5b3cba1970a2
3-
size 173331
2+
oid sha256:cea85768400060f7e0b7f9729d6bd781702d0e46c012219351a94142927d806e
3+
size 173726
Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
title: Introduction to PyTorch Lightning
22
author: Lightning.ai
33
created: 2020-12-21
4-
updated: 2023-05-15
54
license: CC BY-SA
6-
build: 0
75
tags:
86
- Image
97
description: In this notebook, we'll go over the basics of lightning by preparing
108
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
179
accelerator:
1810
- CPU
1911
- GPU
2012
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
3213
- seaborn==0.13.2
33-
published: '2024-07-20T00:10:28.589696'
14+
- torchmetrics==1.4.0.post0
15+
- lightning==2.3.3
16+
- pandas==2.2.2
17+
- torchvision==0.18.1+cu118
18+
published: '2024-07-23T01:46:25.359284'

0 commit comments

Comments
 (0)