hi ,
I could not able to resolve the below issue ,please correct me where i made mistake.
thank you
please go through the below post
Let me know if issue still persist after the correction.
Regards
DP
For code line
Compute masked accuracy (quotient between the total matches and the total valid values, i.e., the amount of non-masked values)
Here you have used incorrect code for total valid values(denominator) where you used len function to the y_pred instead you were suppose to use tf.reduce_sum function to the mask values.
Regards
DP
Thank you very much Deepti
got solution
I suppose you are quite old to this platform to know that sharing codes is against community guidelines and your image shows part of the code from grade cell, so kindly remove it.
Happy to help!
Keep Learning!!
Regards
DP
Sorry ,I have mistakenly sent code part