hibou.nn.default_model_builder#

hibou.nn.default_model_builder(input_shape: Iterable[int])#

Currying the function that return the model to take the input shape as an argument.

Parameters#

input_shapeIterable[int]

The shape of the input layer.

Returns#

Callable

The model builder with the right input shape.