target = torch.empty(3).random_(2) output = bcelogits_loss(input, target)input #tensor([-0.7844, -1.8377, 0.1435], requires_grad=True)target
確定! 回上一頁