Skip to content

Commit d6cc66c

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/basic-gan
1 parent 4d77a41 commit d6cc66c

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:0648668da83db7386ce8118cf77b523bfbf87ec09f8becc89a747a1eb2936073
3-
size 45139
2+
oid sha256:9617544391d238630a0ec4b5fe3fbbedd3a0e29ccd96ee3ea06dbf120f5d5cb3
3+
size 45932

.notebooks/lightning_examples/basic-gan.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ description: 'How to train a GAN!
1717
accelerator:
1818
- CPU
1919
- GPU
20+
OS: Linux
21+
python: 3.10.12
2022
environment:
21-
- tensorboard==2.17.0
22-
- torch==2.0.1+cu118
2323
- numpy==1.26.4
24+
- torchvision==0.16.2+cu121
2425
- pytorch-lightning==2.0.9.post0
25-
- matplotlib==3.9.1
2626
- torchmetrics==1.2.1
27-
- torchvision==0.15.2+cu118
28-
published: '2024-07-23T18:16:10.768196'
27+
- tensorboard==2.17.0
28+
- matplotlib==3.9.1
29+
- torch==2.1.2+cu121
30+
published: '2024-07-26T07:38:36.111330'

0 commit comments

Comments
 (0)