Open geopapyrus opened 6 years ago
I think the problem is the oversmoothing because they imposed a uniform distribution on their latent variable z. You can get way better result if you remove the discriminator on z, or try to put normal distribution to replace the uniform distribution
I am using same data set with Python3.5 and Tensorflow 1.7 , Teslak40 but I am getting blank results. can you suggest me which type of problem occurred or which thing use change in your code?
Hi everyone!
We are getting strange results where everybody looks the same!
I've downloaded the UTKFace.tar.gz dataset as described and trained with the command "python main.py" and all default parameters.
Attached is a gif showing all 50 epochs during training.
Then we tried using some images from the training set to see how well the test output would be.
And this was the result:
Input:
Female output.
Male output.
Does anybody know what we need to change in order to get good results?
thank you