TinyZeaMays/CircleLoss
Pytorch implementation of the paper "Circle Loss: A Unified Perspective of Pair Similarity Optimization"
Python
Issues
- 1
我想用在基于CNN的实例级图像检索中去,请问能够实现吗
#35 opened by huanhao15 - 2
self.soft_plus(torch.logsumexp(logit_n, dim=0) + torch.logsumexp(logit_p, dim=0))
#30 opened by Heath-zyl - 0
- 0
- 2
circle loss 的适用范围?
#18 opened by Singapore-mor - 0
不收敛啊,需要PK采样么
#32 opened by onlinehuazai - 8
RuntimeError: "triu" not implemented for 'Bool'
#17 opened by PR1706 - 0
Why do a_p and a_n use .detach()?
#31 opened by zs-zhong - 0
- 0
- 5
这个CircleLoss是基于批量数据实现?
#22 opened by L-lei - 3
- 2
- 1
Which circle loss in your repo (circle_loss or circle_loss_early) consist with the paper
#26 opened by vodanhbk95 - 4
bug?
#25 opened by interestingzhuo - 1
请问这个circle loss可以使用 sigmoid logits作为输入嘛
#23 opened by y6216886 - 2
关于circle loss代码实现中的梯度问题
#12 opened by stupiding - 20
和arcface这些损失函数一样,circle loss也应该是和全连接层的权重求相似度吧,convert_label_to_similarity这个函数看不懂啊
#6 opened by westnight - 3
- 0
- 27
- 1
softplus failed to compute its gradient
#19 opened by LiuJMzzZ - 3
pair方式的metric
#16 opened by ruiming46zrm - 1
label_matrix.triu(diagonal=1) gpu和cpu运行区别
#15 opened by AaboutL - 5
想用circleloss替换facenet的tripletloss,tripletloss中的a,p,n通过embeding vector得到,但是有点不明白convert_label_to_similarity怎么实现sp,sn的
#11 opened by NNUCJ - 1
- 4
Could you show us the dataset's format?
#5 opened by Dr-Zhou - 2
请问circle_loss.py中最后要用softplus操作?
#10 opened by CloudHerods - 1
How to obtain class labels?
#9 opened by AddASecond - 2
RuntimeError: name not implemented for 'Bool'
#13 opened by buer0819 - 6
Pair-wise level or Class-level?
#14 opened by haohang96 - 4
直接忽略batch维度相加sn/sp似乎不太对
#7 opened by PistonY - 4
- 5
- 0
to fix bug
#1 opened by TinyZeaMays