Skip to content

input_tensor option for segmentation model #182

Open
@cwchengtw

Description

@cwchengtw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions