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

About Encoder/Decoder loss function #8

Open
zhaotianzi opened this issue Oct 12, 2021 · 0 comments
Open

About Encoder/Decoder loss function #8

zhaotianzi opened this issue Oct 12, 2021 · 0 comments

Comments

@zhaotianzi
Copy link

After reading the code carefully, I found that the loss function of the encoder consists of three parts.like this
loss_enc = mse + critic_score_valid_x - critic_score_fake_x
i can understand 'mse',but i can not understand "critic_score_valid_x , critic_score_fake_x".
'critic_score_valid_x' and 'critic_score_fake_x' I think it is not related to the encoder.
Is it replaced with 'critic_score_valid_z' and 'critic_score_fake_z'?

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