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

Validation results are confusing #7

Open
kalai2033 opened this issue May 29, 2020 · 3 comments
Open

Validation results are confusing #7

kalai2033 opened this issue May 29, 2020 · 3 comments

Comments

@kalai2033
Copy link

I have trained your FactorGAN model with following command.

!python Image2Image.py --cuda --batchSize=2 --loadSize 256 --dataset "fg" --num_joint_samples 366 --factorGAN 1 --experiment_name "fgval"

I have 366 images in my Train directory and 30 images in the Validation directory.

After the training is run successfully, random images are generated in the out/checkpoint/expname/gen/ folder. I had 30 images in the validation directory but 100 images are getting generated.

@f90
Copy link
Owner

f90 commented Jun 8, 2020

Hey! What do you mean with random images? Also did you use your own custom dataset? How many test samples are in this dataset? At the end of the training run it will provide predictions for the test set, not the validation set I think. This is why you see more images there than in the validation set.

@kalai2033
Copy link
Author

I am using custom dataset but I follow the same structure as Cityscapes dataset. And I don't have any images in the test directory. But I ran the experiment thrice, all the time it generates output for 100 images even though i have only 30 images in the validation directory.

@kalai2033
Copy link
Author

image

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