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# CallableThe model builder with the right input shape.