Skip to content
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

Scheduling the GAN training #61

Open
Neerajj9 opened this issue Jul 16, 2020 · 1 comment
Open

Scheduling the GAN training #61

Neerajj9 opened this issue Jul 16, 2020 · 1 comment

Comments

@Neerajj9
Copy link

Any specific reason for training the Generator more than the Discriminator ? The code states that the Discriminator is trained after every 5 epochs. Why is it so ?

@senguptaumd
Copy link
Owner

You could change the learning rate of the discriminator and make it 5 or 10 times slower than the generator to make the training stable (This is kinda similar to updating Disc every 5 iteration). You could also linearly decreasing the lr of both Gen and Disc to make it more converge smoothly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants