Extraer valor de tensor pytorch

x = torch.tensor([3])
x.item()
Merwanski