dataeval.types.TransformInfo

class dataeval.types.TransformInfo

Descriptor for a single image transform (typically a torchvision transform).

type

Transform class name (e.g. "Resize", "Normalize").

Type:

str

params

Keyword arguments passed to the transform’s constructor.

Type:

dict