Dummy

class eztorch.models.dummy.DummyModel(input_shape, transform=None)[source]

Dummy model to perform test such as profiling dataloading.

Parameters:
  • input_shape (int) – The input shape of the data.

  • transform (Optional[DictConfig], optional) – The configuration of a transform to apply to the data.

    Default: None