vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 756 forks source link

Triplet loss #851

Open KunpengLi1994 opened 7 years ago

KunpengLi1994 commented 7 years ago

Hi, I just begin to use MatConvNet. I would like to use Triplet loss in my model. But it still hasn't been included in the MatConvNet. Could you please give me some advises about how to design a Triplet loss layer in MatConvNet with it's implementations in Caffe for reference.Or you guys could share me with a preliminary implementations of the Triplet layer. Thanks!

Kunpeng

ghost commented 6 years ago

Did you solve this problem? I also want to use Triplet loss in Matconvnet model.