[docs]def cmc_score_count( distances: torch. ... topk=2, ) # 0.33 """ perm_matrix = torch.argsort(distances) position_matrix = torch.argsort(perm_matrix) ...
確定! 回上一頁