x, block1, block2 = self.dec_layers[i](x, enc_output, None,
None, None)
This line of code requires 5 parameters. I’ve only found 2. What should I fill the other 3? I’ve read the instruction but I can’t find anywhere that talks about these 5 parameters. Btw, who else finds this assignment much more difficult than the previous ones? I really had a hard time today trying to finish this assignment.
I’ve found the solution!