Dummy#

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

Dummy model to perform test such as profiling dataloading.

Parameters:
  • input_shape (

    Default:) – The input shape of the data.

  • transform (

    Default:, optional) – The configuration of a transform to apply to the data.
    Default: None