First, you shouldn’t do that. If your code throws an error, it is most likely that your code is incorrect, not something wrong with the grader or version. So, you should revert to the original version of the assignment. I guess restarting your assignment may use the original version but if that is not true, check this on how to get a clean copy of your assignment.
Regarding your error, in Exercise 1 - identity_block, double check your filters, kernel_size, strides, and padding for each component. Also, check your final step: # Final step: Add shortcut value to main path(Use this order [X, X_shortcut]), and pass it through a RELU activation (≈2 lines)