TF1 C2W3 - Problem with total parameters after creating the combined model

After creating the combined model I get:
There are 38,537,217 total parameters in this model.
There are 38,537,217 trainable parameters in this model.

This is different than the expected:
There are 47,512,481 total parameters in this model.
There are 38,537,217 trainable parameters in this model.

I’d appreciate any help to figure out what I am doing wrong here. Thanks

Please click my name and message your notebook as an attachment.

In method create_final_model, Model inputs parameter is incorrect. Please use model.summary() to help fix the issue.

1 Like

Got it, Thanks!