Zhen-Zohn-WANG

Results 1 issues of Zhen-Zohn-WANG

# compute log_prob exp_logits = torch.exp(logits) * logits_mask log_prob = logits - torch.log(exp_logits.sum(1, keepdim=True)) In the code of loss, the logits without exp() and log(), why it can minus a...