-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about Implementation #2
Comments
The hyperparameters are changing all the time. The published parameters may not be same as the ones we used in the paper. |
Thank you for your reply,Recently, I encountered a problem in reconstructing your paper. According to the training hyperparameters in paper, I trained backbone and head from the beginning with MS1M data, and the accuracy of TOP1 reached 98%+. Then, I fixed backbone and trained quality model. However, after trained quality model, it is found that the output quality scores of quality are all 1.
…---Original---
From: ***@***.***>
Date: Sun, Jun 20, 2021 11:22 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
The hyperparameters are changing all the time. The published parameters may not be same as the ones we used in the paper.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model? |
When training the quality model, the loss keeps decreasing. The test is to use your test script, the quality score is all 1. the quality model is trained with the backbone trained myself(top1 acc 98%+)
…---Original---
From: ***@***.***>
Date: Sun, Jun 20, 2021 20:20 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
The picture is the loss printed when I trained the Quality Model
…---Original---
From: ***@***.***>
Date: Sun, Jun 20, 2021 20:20 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@WWWJL Does the quality score work with our pretrained model? |
yes, the quality score work with your pretrained model work!As I said above, the reproduced quality model I trained always has a score of 1 on the test set, and the average value of the quality score of each batch is printed during the training process, which is close to 1. |
|
hello, i have the same mistake , i also have trained the quality model and the quality score is all 1, have you solved the question? |
I'm sorry, I haven't solved this problem yet.
…-----原始邮件-----
发件人:wk100869 ***@***.***>
发送时间:2024-09-24 10:59:42 (星期二)
收件人: deepcam-cn/FaceQuality ***@***.***>
抄送: we11d0ne ***@***.***>, Comment ***@***.***>
主题: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
hello, i have the same mistake , i also have trained the quality model and the quality score is all 1, have you solved the question?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hello,I am very interested in your work.and I want to ask some questions, why is the implementation of the code inconsistent with the description in the paper, such as training parameters, learning rate strategy, etc.
The text was updated successfully, but these errors were encountered: