Skip to content

Conv2DKAN giving graph execution error for non-sequential models. #19

@MrigankMIDAS

Description

@MrigankMIDAS

Sir/ma'am
When the user fits a non-sequential models (as in the case of multi-branch models), a graph execution error is encountered.
In particular no error is encountered with the model declaration:
model = tf.keras.Sequential([
...
TimeDistributed(Conv2DKAN(16, (3, 3), padding='same')),
...
])

However, using the form
x=TimeDistributed(Conv2DKAN(32, (3, 3), padding='same'))(x)
raises the said error.

Please, look into matter at your earlier convenience.
Thank you for the help in advance.

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