x = torch.tensor([ [1, 2, 3], [4, 5, 6] ])>> x.shapetorch.Size([2, 3]). We specify at first the rows (2 rows) and then the columns (3 ...
確定! 回上一頁