Open zhengge opened 6 years ago
i did not find the moon part, too.
1.this project no relationship with the paper—“MOON”. 2.Why use the loss function —“EuclideanLoss”?It is better use “Sigmoid Cross-Entropy” or “HingeLoss”?
this repo does have noting to do with MOON loss.
@zhengge @bikong2 @chaipangpang
did you guys make MOON loss clear? how to calculate src_dist ?
"Since CelebA has identical source and target distributions, we define the loss layer in (6) to weight all elements equally during backpropagation – which is equivalent to Euclidean loss between the network output and the 40 binary attribute values."
[Page 9, MOON : A Mixed Objective Optimization Network for the Recognition of Facial Attributes]
In train_val.prototxt, I do not find the mixed objective optimization.
Could you explain it? Thanks.