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

How much time it took to run a single cycle of 5 discriminator steps and 1 generator step during the adversarial training? #12

Closed
abhishek18124 opened this issue Mar 31, 2020 · 3 comments

Comments

@abhishek18124
Copy link

No description provided.

@abhishek18124 abhishek18124 changed the title How much time it took to run a single cycle of 5 discriminator steps and 1 generator steps during the adversarial training? How much time it took to run a single cycle of 5 discriminator steps and 1 generator step during the adversarial training? Mar 31, 2020
@weilinie
Copy link
Owner

The training itself is pretty fast actually, but the evaluation is time-consuming. If you have slow updates during training, I suggest that you can lower the sample size here.

@abhishek18124
Copy link
Author

Did you try to use RMC in both the generator and discriminator ? I am trying something similar but it is taking very long to train.

@weilinie
Copy link
Owner

I didn’t try that actually. But I guess it shouldn’t take too long as well. Can you disable the evaluation metrics during training and measure the pure training time?

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