Skip to content
Snippets Groups Projects

Making use of LightningDataModule and simplification of data loading

Merged Daniel CARRON requested to merge add-datamodule into main
Compare and Show latest version
6 files
+ 22
8
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -73,6 +73,3 @@ DataLoader = torch.utils.data.DataLoader[Sample]
We iterate over Sample objects in this case.
"""
Checkpoint = dict[str, typing.Any]
"""Definition of a lightning checkpoint."""
Loading