Skip to content

Commit f03152b

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/augmentation_kornia
1 parent 5aaf503 commit f03152b

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
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:a03848334e667cd059193f88a50d66f32b45466894f967172e95bc35d4bdd28b
3-
size 597036
2+
oid sha256:346029071fe0109965831e7be19b30c6d2fe433d620f3588711fd21f42ffdb50
3+
size 599449
Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
title: GPU and batched data augmentation with Kornia and PyTorch-Lightning
22
author: PL/Kornia team
33
created: 2021-06-11
4-
updated: 2023-03-15
54
license: CC BY-SA
6-
build: 0
75
tags:
86
- Image
97
description: 'In this tutorial we will show how to combine both Kornia and PyTorch
@@ -15,30 +13,15 @@ description: 'In this tutorial we will show how to combine both Kornia and PyTor
1513
mode without additional effort.
1614
1715
'
18-
requirements:
19-
- kornia
20-
- lightning
21-
- torchmetrics
22-
- torchvision
23-
- matplotlib
24-
- pandas
25-
- seaborn
26-
- lightning>=2.0.0
2716
accelerator:
2817
- CPU
2918
- GPU
3019
environment:
31-
- torch==2.0.1
32-
- numpy==1.26.4
33-
- seaborn==0.13.2
34-
- setuptools==69.0.3
20+
- torchmetrics==1.2.1
21+
- torchvision==0.18.1+cu118
3522
- lightning==2.3.3
36-
- ipython==8.16.1
3723
- matplotlib==3.8.4
38-
- torchvision==0.15.2
39-
- pytorch-lightning==2.0.9.post0
40-
- torchmetrics==1.2.1
41-
- pandas==2.2.2
42-
- urllib3==2.2.2
24+
- seaborn==0.13.2
4325
- kornia==0.7.3
44-
published: '2024-07-19T20:46:19.474655'
26+
- pandas==2.2.2
27+
published: '2024-07-22T22:25:46.908744'

0 commit comments

Comments
 (0)