x = torch.zeros(5, 3, dtype=torch.long) print(x) ... It's just stitching in the second dimension torch.vstack() # Yes tensor Each element in ...
確定! 回上一頁