ZhaoJ9014 / High-Performance-Face-Recognition

🔥🔥Several High-Performance Models for Unconstrained/Large-Scale/Low-Shot Face Recognition🔥🔥
MIT License
360 stars 79 forks source link

About "0.00*tvLoss(img_fake)" #8

Open NITROGENousFish opened 5 years ago

NITROGENousFish commented 5 years ago

In your code /corss-age/network.py -> line:156 function lossFunc() You write that 0.00*tvLoss(img_fake), I wonder if it is 0.001 ??

在您的的人脸老化代码中,network.py156行0.00*tvLoss(img_fake)的0.00是写错了么,我觉得应该是0.001吧,不然没有必要写

Here is the quick view:https://github.com/ZhaoJ9014/High-Performance-Face-Recognition/blob/master/src/Look%20Across%20Elapse-%20Disentangled%20Representation%20Learning%20and%20Photorealistic%20Cross-Age%20Face%20Synthesis%20for%20Age-Invariant%20Face%20Recognition.TensorFlow/network.py#L156