I am doing a multilabel image annotation using caffe, the label vector type I use is [0 1 01 ], I want use a Pairwise rank loss as the multilabel loss function. I want to know if the pairwise_loss_layer.cpp can be used in my project. Can you give a full code of pairwise_loss_layer.cpp? Thankyou! #5757

Open
wants to merge 6 commits into
from

Conversation

Projects
None yet
2 participants

qin901102 commented Jul 10, 2017 edited

@zhuhan1236 I am doing a multilabel image annotation using caffe, the label vector type I use is [0 1 01 ], I want to use a Pairwise rank loss as the multilabel loss function. I want to know if the pairwise_loss_layer.cpp can be used in my project. Can you give a full code of pairwise_loss_layer.cpp? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment