File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
# ### MNIST DataModule
21
21
#
22
22
# Below, we define a DataModule for the MNIST Dataset. To learn more about DataModules, check out our tutorial
23
- # on them or see the [latest docs](https://pytorch-lightning.readthedocs.io/en/latest/data/datamodule .html).
23
+ # on them or see the [latest docs](https://pytorch-lightning.readthedocs.io/en/stable/extensions/datamodules .html).
24
24
25
25
26
26
# %%
Original file line number Diff line number Diff line change 7
7
description : This notebook will walk you through how to start using Datamodules. With
8
8
the release of `pytorch-lightning` version 0.9.0, we have included a new class called
9
9
` LightningDataModule` to help you decouple data related hooks from your `LightningModule`.
10
- The most up to date documentation on datamodules can be found
11
- [here](https://pytorch-lightning.readthedocs.io/en/latest/data/datamodule .html).
10
+ The most up-to- date documentation on datamodules can be found
11
+ [here](https://pytorch-lightning.readthedocs.io/en/stable/extensions/datamodules .html).
12
12
requirements :
13
13
- torchvision
14
14
accelerator :
You can’t perform that action at this time.
0 commit comments