Open
Description
I have the need to pass an input_tensor to the segmentation model just like I do in keras. application. I see your code have **kwargs in all segmentation model and can be pass to backbone model.
But when I do this, I get an error from the get_submodules_from_kwargs(kwargs).
Because get_submodules_from_kwargs just accept "backend, layers, models, keras_utils" kwargs,it result an error.
I suggest to add default input_tensor=None to all segmentation model and it will work.
Metadata
Metadata
Assignees
Labels
No labels