LynnHo/AttGAN-Tensorflow

What is the weight_decay value used?

look4pritam opened this issue · 9 comments

Default value for weight_decay is 0.0.
What is the weight_decay value used for training the model?

What are the hyper parameters used for training the model?

@look4pritam It's just zero as you see, i.e., no weight_decay is applied to the model.

I was trying to reproduce your results using TensorFlow-2 version. Here generator loss is decreasing from 70. to 7. but discriminator loss is oscillating around 10.41. I am able to recreate input image with good quality, modified attributes are not getting applied. What may be the error?

@look4pritam I think you should print the losses separately, and find out which loss is abnormal so that you can check the corresponding part.
image
image

@look4pritam 60 epochs should work. Actually, you can see the editing effect in about 10 epochs.

Thank you very much for your reply. Now I am able to train the model.