luoyetx / deep-landmark

Predict facial landmarks with Deep CNNs powered by Caffe.
BSD 3-Clause "New" or "Revised" License
282 stars 156 forks source link

loss EuclideanLoss can change into SoftmaxWithLoss?thanks #22

Closed mttsky closed 8 years ago

luoyetx commented 8 years ago

You are doing Regression not Classification. The loss should be a Regression loss, since SoftmaxWithLoss is a Classification loss, it won't work.