Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
+163,911
−45
Conversation
and others
added some commits
Nov 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qin901102 commentedJul 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!