Data feeding

Data feeding module within the ketos library

This module provides utilities to load data and feed it to models.

Contents:

BatchGenerator class

TrainiDataProvider class

BatchGenerator(batch_size[, data_table, ...])

Creates batches to be fed to a model

JointBatchGen(batch_generators[, n_batches, ...])

Join two or more batch generators.