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

Question about generating fake_B_random #91

Open
yeeyangtee opened this issue Oct 20, 2020 · 0 comments
Open

Question about generating fake_B_random #91

yeeyangtee opened this issue Oct 20, 2020 · 0 comments

Comments

@yeeyangtee
Copy link

code from line 112, models/bicycle_gan_model.py
self.fake_B_random = self.netG(self.real_A_encoded, self.z_random)

Why do we generate the fake_B_random using real_A_encoded instead of real_A_random?
I know that it does not really matter since there is no L1 loss in this part (cLR-GAN).
Doing it in this way means that half of the A input data is unused in training, or do I have some misconception here.

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

1 participant