Skip to content

Commit 7ad8e4c

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/augmentation_kornia
1 parent 48b6d6a commit 7ad8e4c

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:fa4a0776f322a0ddb1c2c99ffa846cb0df4261c8f4413ae5a18fee31451be240
3-
size 600687
2+
oid sha256:969681a9f91ffa104d222ced4a9d6a44463507eaaa217d847a102885a91165b2
3+
size 601492

.notebooks/lightning_examples/augmentation_kornia.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ description: 'In this tutorial we will show how to combine both Kornia and PyTor
1616
accelerator:
1717
- CPU
1818
- GPU
19+
OS: Linux
20+
python: 3.10.12
1921
environment:
20-
- torchmetrics==1.2.1
21-
- kornia==0.7.3
2222
- pytorch-lightning==2.0.9.post0
23-
- torchvision==0.15.2+cu118
24-
- numpy==1.26.4
2523
- pandas==2.2.2
26-
- torch==2.0.1+cu118
27-
- matplotlib==3.9.1
24+
- torchvision==0.16.2+cu121
25+
- torch==2.1.2+cu121
26+
- torchmetrics==1.2.1
27+
- kornia==0.7.3
2828
- seaborn==0.13.2
29-
published: '2024-07-23T18:10:05.865383'
29+
- matplotlib==3.9.1
30+
- numpy==1.26.4
31+
published: '2024-07-26T07:28:27.701039'

0 commit comments

Comments
 (0)