f90 / FactorGAN

FactorGAN - Training GANs with missing data
MIT License
35 stars 3 forks source link

Validation results are confusing #7

Open kalai2033 opened 4 years ago

kalai2033 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

image