I have wrong value problem with UNQ_C5. I tried to see where the bug appears in earlier codes, but I can’t seem to find any and I also passed the previous tests… can someone help me spot any issues?
This is my EncoderLayer, which works fine…
# mentor edit: code removed.
But whenever I run full encoder, I run into assertion error “Wrong values”
I can’t seem to find ANY ERROR !!
Please help me :((
def call(self, x, training, mask):
# mentor edit: code removed