-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Closed
Labels
stalestat:awaiting response from contributortype:supportUser is asking for help / asking an implementation question. Stackoverflow would be better suited.User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Description
Using TensorFlow==2.17.0 , Keras==3.4.1 I am having issues when trying to use the Add Layer together with the TImeDistributed one:
X = TimeDistributed(Add(), name='add_residual_convolution_' + str(it))([X, X_residual])
ValueError: `TimeDistributed` Layer should be passed an `input_shape` with at least 3 dimensions, received: [(None, 12, 0, 2), (None, 12, 0, 2)]
I have also tried passing the input_shape=X.shape
argument to TimeDistributed, but the same error appears.
How can I solve this?
newresu
Metadata
Metadata
Assignees
Labels
stalestat:awaiting response from contributortype:supportUser is asking for help / asking an implementation question. Stackoverflow would be better suited.User is asking for help / asking an implementation question. Stackoverflow would be better suited.