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

Bad results when testing #162

Open
ShaniGam opened this issue Nov 5, 2019 · 6 comments
Open

Bad results when testing #162

ShaniGam opened this issue Nov 5, 2019 · 6 comments

Comments

@ShaniGam
Copy link

ShaniGam commented Nov 5, 2019

I train the model on 2975 images from the cityscapes dataset with the following command:
python train.py --name label2city_512p_feat_cityscapes --instance_feat
The outputs I get during the training seem fine:
epoch054_160500_synthesized_image
epoch055_161000_synthesized_image

But when I test the model (on images from the training set) I get:

aachen_000004_000019_gtFine_labelIds_synthesized_image
aachen_000010_000019_gtFine_labelIds_synthesized_image

Does anyone has an idea of why it happens?

@cszer
Copy link

cszer commented Jan 28, 2020

overfitting

@wang-zm18
Copy link

Did you solve the problem? I also meet with this problem during testing.

@yxwang1794
Copy link

can we add a validation set to prevent overfitting in pix2pixHD model? I haven't seen anyone
done this before.

@edd2110-jac
Copy link

overfitting

I don't think it's because overfitting. He says that he is "Testing the model with images from the training set". If it is overfitting. It shouldn't work with any other images but with images the model was trained with should work.

I'm having this same issue, with no good outcome yet.

@songyn95
Copy link

songyn95 commented Jun 17, 2022

I'm having this same issue, How did you fix it? @ShaniGam @wang-zm18 @cszer @yxwang1794 @edd2110-jac

@PradeepYLN
Copy link

@ShaniGam @wang-zm18 @cszer @yxwang1794 @edd2110-jac @songyn95
Has anyone added the validation step to check for overfitting?

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

7 participants