View source on GitHub |
Verifies that all given hyperparameters are consistent.
tfl.pwl_calibration_lib.verify_hyperparameters(
input_keypoints=None,
output_min=None,
output_max=None,
monotonicity=None,
convexity=None,
is_cyclic=False,
lengths=None,
weights_shape=None,
input_keypoints_type=None
)
See PWLCalibration class level comment for detailed description of arguments.
Raises | |
---|---|
ValueError
|
If something is inconsistent. |