Variable (torch.randn(3), requires_grad=True) >>> target = autograd.Variable(torch.FloatTensor(3).random_(2)) >>> loss = BCE_bootstrap_with_logits(input, ...
確定! 回上一頁