IOConfigABC¶
tiatoolbox.models.abc.IOConfigABC
- class IOConfigABC[source]¶
Define an abstract class for holding a predictor input output 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
- units¶
Define the resolution of each output, incase the predictor return variable output.Must be in the same order as network output.
- Type
Methods
Attributes
output_resolutions