You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the first layer of my model, where x is predefined with **image_tensor = Input(shape=(img_channels, img_height, img_width, img_RI))**
The Error report I got: ValueError: Input 0 is incompatible with layer complex_conv3d_1: expected axis 1 of input shape to have value 0 but got shape (None, 1, 32, 32, 2)
The text was updated successfully, but these errors were encountered:
I am now trying to use Keras-complex on an autoencoder for one image compression and reconstruction project.
In my code:
as the first layer of my model, where x is predefined with
**image_tensor = Input(shape=(img_channels, img_height, img_width, img_RI))**
The Error report I got:
ValueError: Input 0 is incompatible with layer complex_conv3d_1: expected axis 1 of input shape to have value 0 but got shape (None, 1, 32, 32, 2)
The text was updated successfully, but these errors were encountered: