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

Doubt with generated images ? #87

Open
heerduo opened this issue Dec 18, 2019 · 0 comments
Open

Doubt with generated images ? #87

heerduo opened this issue Dec 18, 2019 · 0 comments

Comments

@heerduo
Copy link

heerduo commented Dec 18, 2019

Thanks for this excellent work. I have one question:

def decode(self, content, style):
# decode content and style codes to an image
adain_params = self.mlp(style)
self.assign_adain_params(adain_params, self.dec)
images = self.dec(content)
return images

In this generated function-decode(), style code is related to adain_params, but self.dec network does not use adain_params or style code to generate new images. Or I have the wrong understanding.

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