PyTorch/Lightning Toolkit#
Datasets#
|
A dataset wrapper that caches the samples to improve performance. |
|
A dataset wrapper that caches samples to disk to reduce memory usage. |
|
A dataset class for loading data from an HDF5 file. |
|
A dataset class for reading data from HDF5 files. |
Dataset Utilities#
|
Splits a dataset into subsets and returns the subset corresponding to the current process rank. |
Lightning Utilities#
Environment class for ABCI. |
|
|
LightningModule subclass for models that use custom optimizers and schedulers. |
|
Configuration class for the optimizer and scheduler in the LightningModule. |
Lightning Datamodules#
|
A PyTorch Lightning DataModule designed to handle training and validation datasets with support for caching and dataset scattering. |
H5py Utilities#
Abstract base class for writing data to an HDF5 file. |