mmlearn.conf.DataLoaderConf

class DataLoaderConf(train=<factory>, val=<factory>, test=<factory>)[source]

Bases: object

Configuration for the dataloader.

Methods

Attributes

test: Any

Configuration for the test dataloader.

train: Any

Configuration for the training dataloader.

val: Any

Configuration for the validation dataloader.