You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: