Building_your_Deep_Neural_Network_Step_by_Step programming assignment

week 4 programming assignment 1 excercise 9
i am getting an error : KeyError: ‘dA0’

pls help

Hello, Aryan.

Welcome to the community.

Please share the error log that you are receiving in return.

Well, if you are getting keyerror: ‘dA0’, then you must look at the implementation for dA_prev_temp, dW_temp, db_temp ( for current_cache = caches[l]) again. Are you missing something over here?

Thanks.

Thank you! I get it now

Good to hear that, Aryan!