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