Shubham Mawa

Results 2 comments of Shubham Mawa

I think you need to consider the fact that the ages in your dataset probably aren't starting from 0. Thus when you create the levels maybe try using : label...

I have also faced this issue. Apart from the solutions mentioned above I would suggest the following changes: In line 92: mean_log_prob_pos = (mask * log_prob).sum(1) / mask.sum(1) It is...