Hi,
i print the UNIT TEST parameters:
position: 4
pos_encoding.shape: (1, 4, 16)
but the test fails with:
AssertionError: Wrong shape. We expected: (1, 8, 16)
If i force the number of position to double it tells me:
position: 4
pos_encoding.shape: (1, 8, 16)
All tests passed
Doesn’t sound correct to me, if we have a phrase with 4 words… why to double the positions?