Извлечение значения из Tensor Pytorch
x = torch.tensor([3])
x.item()
Merwanski
x = torch.tensor([3])
x.item()