【发布时间】:2016-01-24 16:03:01
【问题描述】:
我正在尝试使用 caffe 来实现 Schroff, Kalenichenko and Philbin "FaceNet: A Unified Embedding for Face Recognition and Clustering", 2015 中描述的三元组损失。
我是新手,如何计算反向传播中的梯度?
【问题讨论】:
-
我看到有一个公开的 PR 实现了这个损失:github.com/BVLC/caffe/pull/3663
标签: computer-vision neural-network deep-learning caffe gradient-descent