(C4_W2_A1) I have been graded 33 out of 100 for my ResNet50 assignment. Can you please help me with the below mentioned issue

Code Cell UNQ_C1: Unexpected error (TypeError(“identity_block() got an unexpected keyword argument ‘initializer’”)) occurred during function check. We expected function identity_block to return identity_block test 1 failed. Please check that this function is defined properly.
My identity block looks like this
{moderator edit - solution code removed}

Code Cell UNQ_C2: Unexpected error (TypeError(“convolutional_block() got an unexpected keyword argument ‘training’”)) occurred during function check. We expected function convolutional_block to return convolutional_block test 1 failed. Please check that this function is defined properly.
My convolution block looks like this
{moderator edit - solution code removed}

Code Cell UNQ_C3: Function ‘ResNet50’ is correct.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.

This dependency may be the cause of the errors.

It looks like you copied your solutions from the previous version of the course. That does not work, because they changed a lot of things including the definition of the APIs for identity_block and convolutional_block. I suggest you get a clean copy and start over by reading everything carefully. There is a topic on the FAQ Thread about how to get a clean copy.

You may be able to salvage some of your work from the previous course, but you definitely can’t just copy the whole function cells as you apparently did.