Do input[I] = S. Example: input = torch.tensor([[2, 3], [3, 4], [4, 5]]) S = torch.tensor([[1,2],[1,2]]) I = torch.tensor([0,2])
確定! 回上一頁