gigl.src.training.v1.lib.data_loaders.DataloaderConfig#
- class gigl.src.training.v1.lib.data_loaders.common.DataloaderConfig(uris: 'Union[List[Uri], Dict[NodeType, List[Uri]]]', batch_size: 'int' = 32, num_workers: 'int' = 0, should_loop: 'bool' = False, pin_memory: 'bool' = False, seed: 'int' = 42)#
Bases:
object
Methods
- __eq__(other)#
Return self==value.
- __hash__ = None#
- __init__(uris: List[Uri] | Dict[NodeType, List[Uri]], batch_size: int = 32, num_workers: int = 0, should_loop: bool = False, pin_memory: bool = False, seed: int = 42) None #
- __repr__()#
Return repr(self).
- __weakref__#
list of weak references to the object (if defined)