padl.exceptions

Exceptions.

exception padl.exceptions.WrongDeviceError(mother_transform, child_transform)

Devices do not match for all transforms.

Parameters
  • mother_transform – Main transform that contains child transform.

  • child_transform – Transform that is contained in mother transform.