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

abnormal output during training #7

Closed
sitadivon opened this issue Mar 9, 2020 · 4 comments
Closed

abnormal output during training #7

sitadivon opened this issue Mar 9, 2020 · 4 comments

Comments

@sitadivon
Copy link

sitadivon commented Mar 9, 2020

Hi, I met a problem during training the network.

At train phase, due to opt.display_freq=1, at each step, 8 images are generated, where real_A, real_B, input_C, input_D should correspond to the input of the network. But I observed that they did not form a pair. See the 12th epoch output.
In this picture, real_A and real_B are obviously not the same person.

I have read the code carefully, but I can’t find the reason. Do you know why this happened?

@Ha0Tang
Copy link
Owner

Ha0Tang commented Mar 9, 2020

How about the outputs of the 11th epoch?

@sitadivon
Copy link
Author

Only current training epoch is abnormal. All the previous outputs are normal.

@Ha0Tang
Copy link
Owner

Ha0Tang commented Mar 9, 2020

I think it should be ok since the visualization is a bit delayed.

@sitadivon
Copy link
Author

sitadivon commented Mar 9, 2020

Sure. I can get right result at the end of every epoch. Thank you!

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