torchsig.utils.file_handlers.base_handler.TorchSigFileHandler

class torchsig.utils.file_handlers.base_handler.TorchSigFileHandler(root: str, batch_size: int = 1)[source]

Bases: BaseFileHandler

Methods

exists

load

setup

size

static_load

teardown

write

__init__(root: str, batch_size: int = 1)[source]
__str__() str[source]

Return str(self).

__repr__() str[source]

Return repr(self).