Size([10, 10, 10]) # torch.Size([20, 10, 10]) z = torch.cat([x,x], axis=1) # np.concatenate() print('Cat axis 1:', x.shape, z.shape) # Cat axis 1: torch.
確定! 回上一頁