the Merge was deprecated so I'm using this
fin_model.add(Concatenate([image_model, lang_model]))
but when i try to get the summary of the fin_model I'm getting a ValueError. ValueError: This model has not yet been built. Build the model first by calling build() or calling fit() with some data. Or specify input_shape or batch_input_shape in the first layer for automatic build.
Anyone knows how to fix it?
the Merge was deprecated so I'm using this