happynear / FaceVerification

An Experimental Implementation of Face Verification, 96.8% on LFW.
447 stars 234 forks source link

loss the layer: concate_label #4

Closed tangbohu closed 9 years ago

tangbohu commented 9 years ago

At first, it loss the layer :concate_label. I also confused if we propogate concate_label into softmax_loss, its loss equals the sum of two single softmax_loss.

happynear commented 9 years ago

The concate_label layer is defined in line 83. There is no difference between two concatenate data layers and directly one data layer.