Gradient Checking Assignment Error

Hi, @mikepang98.

Looks similar to this. Did you change the function header for gradient_check_n? It should read:

def gradient_check_n(parameters, gradients, X, Y, epsilon=1e-7, print_msg=False):

If you didn’t, could you try backing up your work and updating the notebook?