Skip to content

Commit 4d77a41

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/barlow-twins
1 parent 7ad8e4c commit 4d77a41

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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:46b7fa2fedde0b56b948703f0dc0f63cd02994936a0f1492adda46536ffe8e87
3-
size 271762
2+
oid sha256:61502af94eaca51bbdab0de400d18eee5af181ba63ab9ab0d0ba2c6996a4d3e6
3+
size 283454

.notebooks/lightning_examples/barlow-twins.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ description: 'This notebook describes the self-supervised learning method Barlow
2121
accelerator:
2222
- GPU
2323
- CPU
24+
OS: Linux
25+
python: 3.10.12
2426
environment:
25-
- pytorch-lightning==2.0.9.post0
26-
- numpy==1.26.4
2727
- matplotlib==3.9.1
28+
- torchvision==0.16.2+cu121
29+
- numpy==1.26.4
30+
- torch==2.1.2+cu121
2831
- torchmetrics==1.2.1
29-
- torchvision==0.15.2+cu118
30-
- torch==2.0.1+cu118
31-
published: '2024-07-23T18:12:56.142980'
32+
- pytorch-lightning==2.0.9.post0
33+
published: '2024-07-26T07:33:18.823074'

0 commit comments

Comments
 (0)