Skip to content

Commit 382d194

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/cifar10-baseline
1 parent d6cc66c commit 382d194

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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:db4cad81b681ede3ffe1e76e238cb73a90cd392ed311c423ee80f216e0864e99
3-
size 371302
2+
oid sha256:aec40867861bd568a6c6a4a967fd558956a4c651f7ad188fbabf1fc183e73cac
3+
size 344491

.notebooks/lightning_examples/cifar10-baseline.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ description: 'Train a Resnet to 94% accuracy on Cifar10!
99
'
1010
accelerator:
1111
- GPU
12+
OS: Linux
13+
python: 3.10.12
1214
environment:
13-
- torch==2.0.1+cu118
14-
- pandas==2.2.2
15-
- pytorch-lightning==2.0.9.post0
16-
- seaborn==0.13.2
17-
- torchvision==0.15.2+cu118
18-
- numpy==1.26.4
1915
- torchmetrics==1.2.1
2016
- matplotlib==3.9.1
21-
published: '2024-07-23T19:13:08.661988'
17+
- pytorch-lightning==2.0.9.post0
18+
- pandas==2.2.2
19+
- numpy==1.26.4
20+
- seaborn==0.13.2
21+
- torchvision==0.16.2+cu121
22+
- torch==2.1.2+cu121
23+
published: '2024-07-26T08:38:18.579712'

0 commit comments

Comments
 (0)