BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

Using triplet loss #3905

Open cheer37 opened 8 years ago

cheer37 commented 8 years ago

There is no triplet loss layer in caffe? How can i test my triplet loss embedding using caffe?

seanbell commented 8 years ago

If you've already trained an embedding, you can write a test for it yourself using the Python interface.

Also, have you looked at the outstanding PRs for triplet nets (https://github.com/BVLC/caffe/search?q=triplet&type=Issues&utf8=%E2%9C%93)?