Supported Datasets

Image Recognition

MNIST

class dlex.datasets.image.MNIST(params: dlex.configs.MainConfig)
property input_shape
Returns

shape of the input image

property num_channels
Returns

number of channels in the input image

CIFAR10

dlex.datasets.image.CIFAR10

Question Answering

SQuad V1

dlex_impl.question_answering.datasets.SQuAD_V1