modelforge.dataset.dataset
This module contains classes and functions for managing datasets.
Functions
|
Collate a list of BatchData instances into a single BatchData instance. |
|
Initialize a dataset for a given mode. |
|
Initialize a dataset for a given mode. |
|
Utility function to create a single batch of data for testing (default returns qm9) |
Classes
|
Initializes a DataModule for PyTorch Lightning handling data preparation and loading object with the specified configuration. |
|
Initializes the HDF5Dataset class. |
|
Wraps a numpy dataset to make it compatible with PyTorch DataLoader. |