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 :
This is the missed line :
match*= mask
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 :
This is the missed line :
match*= mask