-
Notifications
You must be signed in to change notification settings - Fork 16
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
Training #3
Comments
Thanks for the comment. I also found that I should change my code to have data augmentation and learning rate decay. |
Great! |
Changed the code right now. |
One more thing, I noticed that the discriminator and generator losses are not correct. ================== Train D ==================
For example Real_A in your script is supposed to be (real_x, fake_c) |
I think you must train the discriminator first and then train the generator.
For each step of the generator training , you must repeat the discriminator training for 5 times
The text was updated successfully, but these errors were encountered: