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

Update Discriminators Strtegy #99

Open
BOBrown opened this issue Apr 11, 2019 · 1 comment
Open

Update Discriminators Strtegy #99

BOBrown opened this issue Apr 11, 2019 · 1 comment

Comments

@BOBrown
Copy link

BOBrown commented Apr 11, 2019

Thank you very much for your contribution.
The author says in the original paper that "update the discriminators using a history of generated images rather than the ones produced by the latest generators". I read your code carefully and found that there seems to be no updating Discriminator using historically generated images.

@vanhuyz
Copy link
Owner

vanhuyz commented Apr 11, 2019

Actually I did. Generated images are pushed into a pool and used to update discriminators later.

https://github.com/vanhuyz/CycleGAN-TensorFlow/blob/master/train.py#L97-L98
https://github.com/vanhuyz/CycleGAN-TensorFlow/blob/master/utils.py#L33

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