DishaDRao

Results 1 issues of DishaDRao

Hi, In the following snippet from the loss.py file: ''classify_loss = 0.5 * self.classify_loss( pos_prob, pos_labels[:, 0]) + 0.5 * self.classify_loss( neg_prob, neg_labels + 1) '' why is the target...