Course 5 - Week 4 - Assignment Error - UNQ_C8 - Transformers Architecture with TensorFlow - Please Help me!

PLEASE HELP ME!

AssertionError Traceback (most recent call last)
in
63
64
—> 65 Transformer_test(Transformer)

in Transformer_test(target)
47 assert np.allclose(translation[0, 0, 0:8],
48 [[0.02664841, 0.02223665, 0.01641649, 0.02405972,
—> 49 0.04249557, 0.02241551, 0.01557002, 0.03742596]]), “Wrong values in outd”
50
51 keys = list(weights.keys())

AssertionError: Wrong values in outd

“outd” refers to the “final_output” variable that is returned by the Transformer() function.

So there is a problem in your code for the “final_output” variable.