import torch import numpy as np # one element a = torch.tensor([1]) # two element b = torch.tensor([1, 2]) # two float elements c ...
確定! 回上一頁