sup3r.preprocessing.batch_handlers.factory

sup3r.preprocessing.batch_handlers.factory#

BatchHandler factory. Builds BatchHandler objects from batch queues and samplers.

Functions

BatchHandlerFactory(MainQueueClass, SamplerClass)

BatchHandler factory.

Classes

BatchHandler(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

BatchHandlerCC(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

BatchHandlerMom1(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

BatchHandlerMom1SF(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

BatchHandlerMom2(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

BatchHandlerMom2SF

alias of BatchHandler

BatchHandlerMom2Sep(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

BatchHandlerMom2SepSF(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.

DualBatchHandler(train_containers, *[, ...])

BatchHandler object built from two lists of Container objects, one with training data and one with validation data.