discriminator.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:plda 作者: RaviSoji 项目源码 文件源码
def get_unique_idx_pairs(self, idxs):
        idx_pairs = []
        for pair in combinations_with_replacement(idxs, 2):
            idx_pairs.append(list(pair))

        return np.asarray(idx_pairs)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号