torch.gather(input, dim, index, out=None, sparse_grad=False) ... indices = torch.tensor(indices).unsqueeze(axis=-1) print(matrix) ...
確定! 回上一頁