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.