Skip to content

KeyError on inbound_layers.append(res[inbound_layer_id]) #14

@rdaems

Description

@rdaems

I have a keyerror on init.py:49

This seems because model.layers does not include the input layer (I have a keras functional model).
I tried to solve it by changing model.layers to model._layers on line 34. But I have errors elsewhere now on a call to .get_layer().

Does kito support functional models?

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