File tree 2 files changed +31
-0
lines changed
.notebooks/lightning_examples
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40867e91ec70295eb29782d8d50a212c372a8458be6b82a9b0b113a235ebb98
3
+ size 249303
Original file line number Diff line number Diff line change
1
+ title : PyTorch Lightning DataModules
2
+ author : Lightning.ai
3
+ created : 2020-12-21
4
+ updated : 2023-03-15
5
+ license : CC BY-SA
6
+ build : 0
7
+ description : This notebook will walk you through how to start using Datamodules. With
8
+ the release of `pytorch-lightning` version 0.9.0, we have included a new class called
9
+ ` LightningDataModule` to help you decouple data related hooks from your `LightningModule`.
10
+ The most up-to-date documentation on datamodules can be found [here](https://lightning.ai/docs/pytorch/stable/data/datamodule.html).
11
+ requirements :
12
+ - torchvision
13
+ - lightning>=2.0.0
14
+ accelerator :
15
+ - CPU
16
+ - GPU
17
+ environment :
18
+ - setuptools==69.0.3
19
+ - torch==2.0.1
20
+ - ipython==8.16.1
21
+ - torchvision==0.15.2
22
+ - lightning==2.3.3
23
+ - pytorch-lightning==1.5.3
24
+ - matplotlib==3.8.4
25
+ - torchmetrics==1.2.1
26
+ - numpy==1.26.4
27
+ - urllib3==2.2.2
28
+ published : ' 2024-07-20T00:03:07.008718'
You can’t perform that action at this time.
0 commit comments