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
3 files
+ 40
51
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -128,7 +128,7 @@ class DeviceManager:
f"Unexpected device type {self.device_type} lacks support"
)
def lightning_accelerator(self) -> tuple[str, int | list[int] | str | None]:
def lightning_accelerator(self) -> tuple[str, int | list[int] | str]:
"""Returns the lightning accelerator setup.
Returns
Loading