Utils.py of assignment

In the utils.py file of the assignment, I think that the calculation of the masked_accuracy miss one line that multiplies the match by the mask before the return.
This is the function :
image

This is the missed line :
match*= mask

Hi @Ibrahim_RIDENE

I believe you’re right. I will post it for correction.

Thanks!