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

code about self-reconstuction loss ? #47

Open
jiaying96 opened this issue May 12, 2020 · 1 comment
Open

code about self-reconstuction loss ? #47

jiaying96 opened this issue May 12, 2020 · 1 comment

Comments

@jiaying96
Copy link

jiaying96 commented May 12, 2020

Are these code about self-reconstuction loss ?

loss_G_L1_A = self.criterionL1(self.fake_A_recon, self.real_A_encoded)
 loss_G_L1_B = self.criterionL1(self.fake_B_recon, self.real_B_encoded)

AND

Are these code about cross cycle consistency loss ?

loss_G_L1_AA = self.criterionL1(self.fake_AA_encoded, self.real_A_encoded)
   loss_G_L1_BB = self.criterionL1(self.fake_BB_encoded, self.real_B_encoded)
@hytseng0509
Copy link
Collaborator

Correct.

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