Tensor with Single number t1 = torch.tensor(5.) print(t1) ... So we can check the shape of the the tensors using tensor.shape.
確定! 回上一頁