About MIL loss
YangYL18 opened this issue · 0 comments
YangYL18 commented
Hi,
In MIL loss part, you use cosin distance d(a, b)=(a dot b)/(norm(a),norm(b))
, this experssion means if a is similar with b , the d(a,b) is become large. Do you want to express this mean in MIL loss part?
If I understand wrong, please correct me. I am confused with this part.