Open gcardozo123 opened 7 years ago
Same here. I've used the default parameters to train on celebA but on test time it always generates a single face. for me different test_arange_X.png images have slightly different illumination or minor changes around the borders but the face stays the same (as if the model is over-fitting).
Actually, I figured out my problem was that I was using option 1 when running visualize which only samples with zeros. switching to option 0 fixed the problem. now samples are generated uniformly between -0.5 and 0.5.
@mmbrian Hey, I have the same problem. How did you solved the problem. I didn't get.
@machinecode1234 in line 93 in main.py, change OPTION to 0. check out visualize method to see what happens with different options.
Hi, I'm using my own dataset with only 9 images, with this configuration:
But this is generating 100 times the same image:
samples/test_arange_0.png
,samples/test_arange_1.png
, ...,samples/test_arange_99.png
. Also, my g_loss is always zero.Can someone explain why it happens?
Thank you for your time!