Relatedly, my code passes 6 and fails 2 unit tests, with mostly unhelpful text output. Presumably, there is something going on incorrectly with my code, and I am trying to diagnose what it is. Is there a reason why Trax would output _in# and _out#? This seems like it may be a red-herring, but I don’t know what else to do, given that I think I’m using proper syntax. I could post code snippets, but I worry about violating rules around sharing solutions. Thanks for any insight you can offer!
Hi, I have an error at this question which disturb me, I do as advised by putting 3 blocks of [tl.Dense(d_feature), ComputeAttentionHeads], and I have the error TypeError: list indices must be integers or slices, not tuple. Can anyone can advise? Thank you in advance. Charles
Would you mind shedding some light on the nature of the adjustment to your code that fixed the issue? Everything else seems to be working fine for me, except for that pesky little detail…