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

list

units

Define the resolution of each output, incase the predictor return variable output.Must be in the same order as network output.

Type

dict

Methods

Attributes

input_resolutions

output_resolutions