I have two 3D tensor and I want to use one's top k indices get another top k. ... top_tensor, indices = torch.topk(a, 2, dim=1).
確定! 回上一頁