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.
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.