ValueError: Input 0 of layer conv2d_transpose_40 is incompatible with the layer: : expected min_ndim=4, found ndim=3. Full shape received: [12, 16, 256]
When you use upsampling_block(), you do not need to index the ublock? layers.
1 Like
And each “ublock? = …” lines should reference a cblock, not a ublock
1 Like