-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
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. |
I don't get it. Could you clarify? |
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
The text was updated successfully, but these errors were encountered: