EncoderLayer and Encoder Issue

Hi there, i have read all the comments to the EncodeLayer and Encoder issues so far and my code seams all right, but I am still getting errors regarding wrong values. Can anyone pls help? Maybe you have some ideas where the error might be.
AssertionError Traceback (most recent call last)
in
17
18
—> 19 EncoderLayer_test(EncoderLayer)

in EncoderLayer_test(target)
12 [[-0.5214877 , -1.001476 , -0.12321664, 1.6461804 ],
13 [-1.3114998 , 1.2167752 , -0.5830886 , 0.6778133 ],
—> 14 [ 0.25485858, 0.3776546 , -1.6564771 , 1.023964 ]],), “Wrong values”
15
16 print("\033[92mAll tests passed")

AssertionError: Wrong values

Hey @VeElena , could you share your notebook with me in a direct message ? I could then help you with it. Thanks.

While in your Notebook:
Go to the “File” menu.
Click on “Download as”.
Select “Notebook”.
Save the file.
Then attach that file in a direct message.
You start a direct message by clicking on the name of the person you want to send it to, and click the “Message” button.
You attach the file by using the “upload” button in the message menu.

1 Like

All solved, it was a typo

1 Like