Title:
NameError: ‘Wf’ is not defined in LSTM Cell Backward (Exercise 7, Sequence Models, DeepLearning Specialization)
Hello everyone,
I’m working on the last course of the DeepLearning Specialization (Sequence Models) and currently on Exercise 7 (lstm_cell_backward) from Week 1 of the first programming assignment. When I try to run the code, I get the following error:
NameError: name 'Wf' is not defined
I’ve checked my code but can’t determine where the problem lies. Am I missing a specific initialization or a step in the process?
Thanks in advance!