Skip to content
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

Accuracy problem #31

Closed
wyq0227 opened this issue May 10, 2018 · 2 comments
Closed

Accuracy problem #31

wyq0227 opened this issue May 10, 2018 · 2 comments

Comments

@wyq0227
Copy link

wyq0227 commented May 10, 2018

I used my own train.py to train the model which has same data processing and same parameters.
But my test result is 98.38% using clcarwin's lfw_eval.py in Python2.7 and Pytorch0.4.0.
I don't know why my result is lower than clcarwin's.
Does anybody can solve my problem?Thanks.

@Gerkam
Copy link

Gerkam commented May 11, 2018

@wyq0227 How many epochs and iterations have you done?

@wyq0227
Copy link
Author

wyq0227 commented May 14, 2018

@Gerkam 20, the same as clcarwin's.
I found that the problem was that I didn't change the images' channels. I read them in RGB in training process but I read them in BGR in testing process. So there is a little deviation in accuracy.

@wyq0227 wyq0227 closed this as completed May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants