HELP WITH CODE unable to fix on my own

I AM UNABLE TO RESOLVE THIS FAILURE


in this piece of code

please help me

Hi @ADITYA_AGARWAL ,

When calling tf.matmul(), the second parameter, k, needs to be transposed. Here is how to do it:

tf.matmul(q, k, transpose_b = True)

1 Like

thank u sir i got it now my code is working