Shape: torch.Size([1, 3, 3]) squeeze data: tensor([ [0, 1, 2], [3, 4, 5], [6, 7, 8] ]) squeeze(0) shape: torch.Size([3, 3]).
確定! 回上一頁