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

Error in cyclegan train_discriminator #22

Closed
yonigottesman opened this issue Oct 24, 2021 · 0 comments
Closed

Error in cyclegan train_discriminator #22

yonigottesman opened this issue Oct 24, 2021 · 0 comments

Comments

@yonigottesman
Copy link

In train_discriminator, there is a confusion with the input.
For example:
fake_images = generator.predict(real_images_A)
The generator always gets real_images_A even if its a generator_B which is supposed to get real_images_B
Also later:
pred_real = discriminator(real_images_B)
but if a discriminator_A its supposed to get real_images_A

Also, like in #20 the generator is supposed to be called with training=True

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

No branches or pull requests

1 participant