C5 W4 UNQ_C7 Decoder Error: Wrong values in outd

I have an error with the output, I think everyting is OK.
Also, the grader output is: Cell #22. Can’t compile the student’s code. Error: AssertionError(‘Wrong values in outd’)

Can somebody help me, please?

Thanks in advance!

Hey @AlexGarciaDuran,

Can you share your lab ID with me ? In the assignment, when you click the top right “Help” button, a panel will open and your lab ID will be shown at the bottom.

I shall take a look.

When you reply back, kindly tag me in the post so that I’m notified.

Thanks,
Mubsi

Hi @Mubsi ,
my lab ID is the following: sfqtxtys

Thanks for your attention,
Alex

Hey @AlexGarciaDuran,

I have found your mistake. In mult_attn_out1, attn_weights_block1 and in mult_attn_out2, attn_weights_block2, you had set training=True. There’s no need for that. Everything is working fine now.

Regards,
Mubsi

Hi @Mubsi,

problem solved! Thanks a lot!

Regards,
Alex