IOConfigABC¶
tiatoolbox.models.abc.IOConfigABC
- class IOConfigABC[source]¶
Define an abstract class for holding predictor I/O information.
Enforcing such that following attributes must always be defined by the subclass.
- input_resolutions¶
Define the resolution of each input, incase the predictor receives variable input. Must be in the same order as network input.
- Type
- output_resolutions¶
Define the resolution of each output, in case the predictor return variable output. Must be in the same order as network output.
- Type
Methods
Attributes