I have this tensor/numpy array: aaa = torch.tensor([123, 456, 789]).float() If using pytorch, the following code has result: > tensor([0., ...
確定! 回上一頁