I am unable to save my model in the variable C2W3: Assignment - Transfer Learning

Hello @Ranganath_S1 !
Welcome to the community!

With just the image, it’s hard to know what happened. Try providing more details about your error and a bit more context. In any case, You can send your notebook to me via direct message (DM) by clicking on my profile picture and selecting the option to send a message. After that, we can discuss your issue here.

Happy studying!

Hello @Ranganath_S1 ,
I hope you are doing well.

I received your code via message and after checking, I believe the issue may be in the function create_final_model.

In the implementation of this function, you have the following comment:

# Add a final sigmoid layer for classification

The addition of (x) at the end is crucial to ensure that the layer is correctly connected to the output of the previous layer. Double-check if you forgot this in any part of your code.