# GRADED FUNCTION: initialize_parameters_deep

Hello,

I’m getting this error for some reason.

KeyError: ‘W1’

In the previous cell I defined

(Moderator edit: code removed)

Did you intentionally use upper case L on lefthand side and lower case l on righthand side?

1 Like

Hi, @Jefferson_Fernandez. The KeyError “exception” means that WL is not an item in the parameters dictionary. @ai_curious has shown you the way.