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

L1 loss bug #3

Open
oriern opened this issue Jun 19, 2017 · 0 comments
Open

L1 loss bug #3

oriern opened this issue Jun 19, 2017 · 0 comments

Comments

@oriern
Copy link

oriern commented Jun 19, 2017

Hi!
I think you have a bug in cGAN:
line 305:
combined_loss = np.add(combined_model.train_on_batch(edge_image_batch, [edge_image_batch, y_real]),
combined_loss)

The L1 loss should be between generated image and ground truth(real image), and not "edge_image_batch".

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