Triplet loss#3663
Triplet loss#3663eli-osherovich wants to merge 2 commits intoBVLC:masterfrom eli-osherovich:triplet-loss
Conversation
Signed-off-by: Eli Osherovich <oeli@amazon.com>
Signed-off-by: Eli Osherovich <oeli@amazon.com>
|
I see there is very little documentation in the code on how this loss works. If someone wish to understand it better (s)he might find this SO thread useful. @eli-osherovich, thank you for implementing this loss. |
|
@shelhamer Is there any interest in this PR? If so, I can add documentation and examples. |
|
@eli-osherovich Are you planning on adding the examples and documentations? |
|
Could you add one example and more documentations? Your code is very helpful for me, but a little bit hard to go through all things. |
|
@eli-osherovich Nice code, one question though, maybe I'm missing something obvious, but why is the line 65 of triplet_loss_layer.cpp If I understood correctly, |
|
@jibweb |
|
Hi, I want to know why I can't find triplet_loss_layer files in caffe's code now. I'll very thanks if anyone can help me. |
|
@pengzhou93 you cannot find files, because this PR was not merged yet. If you want to use it (at your own risk) you can pull this branch. |
|
How does this vary from: This one looks more extensive |
This PR implements the triplet loss layer.