torch.Tensor.item ... Returns the value of this tensor as a standard Python number. This only works for tensors with one element. For other cases, see tolist() .
確定! 回上一頁