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

buffer in the cyclegan #183

Open
SITUSITU opened this issue Jun 13, 2022 · 1 comment
Open

buffer in the cyclegan #183

SITUSITU opened this issue Jun 13, 2022 · 1 comment

Comments

@SITUSITU
Copy link

My personal understanding about what the buffer do is that the first 50 fake sample from the generator are fed into the discriminator as usual, but in the meantime they are stored in a list.
When the generator generates the 51st fake sample, the newest fake sample has a 50% chance to replace a element in the list randomly. then the replaced element in the list is fed into the discriminator. There is also a 50% chance that the newest fake sample is fed into the discriminator directly, which mean the list is not change.
if my understanding is correct? What is the purpose of this.

@ffredd
Copy link

ffredd commented Jul 27, 2022

Have you solved this problem?

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