Having issues with Neural Machine Translation Lab (modelf functin)

Hints:

  1. There’s a problem with one_step_attention in the 1st line of code s_prev = .... Remember that there’s a difference between creating a new instance every time vs sharing layers.
  2. See in the previous code cell the shared global variables you’ve created.