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

questions for test #15

Open
liyuanyaun opened this issue Jun 4, 2019 · 3 comments
Open

questions for test #15

liyuanyaun opened this issue Jun 4, 2019 · 3 comments

Comments

@liyuanyaun
Copy link

in test.py, it will concatenate the train images with each test image as the input of the model. and based on experiments, i find the result is different between with and without concatenation. why this happened? could you answer me? thank you very much @dawei6875797

@aco92
Copy link

aco92 commented Jul 22, 2019

in test.py, it will concatenate the train images with each test image as the input of the model. and based on experiments, i find the result is different between with and without concatenation. why this happened? could you answer me? thank you very much @dawei6875797

Do you know why he concatanate it at all? I am analyzing the code, and seems pretty complicated and unclear logically. For example, if you have test images and you want to make corresponding aged copies which belongs to other age groups, why it has to bi linked with images from train folder?

@liyuanyaun
Copy link
Author

in test.py, it will concatenate the train images with each test image as the input of the model. and based on experiments, i find the result is different between with and without concatenation. why this happened? could you answer me? thank you very much @dawei6875797

Do you know why he concatanate it at all? I am analyzing the code, and seems pretty complicated and unclear logically. For example, if you have test images and you want to make corresponding aged copies which belongs to other age groups, why it has to bi linked with images from train folder?

maybe due to its BN(batch normalization), it must use train mode to test the model.

@aco92
Copy link

aco92 commented Jul 23, 2019

I don't get it. Could you clarify?

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