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

can i change the input of discrime-net ? #204

Open
px4869 opened this issue Nov 19, 2020 · 0 comments
Open

can i change the input of discrime-net ? #204

px4869 opened this issue Nov 19, 2020 · 0 comments

Comments

@px4869
Copy link

px4869 commented Nov 19, 2020

from the original code, the input of the discrime-net is torch.cat((img, fake_target), 1), where img is the condition img, and fake_target is the target image or the output of the generate-net, can i change torch.cat((img, fake_target), 1) to torch.cat((fake_target, img,), 1)?

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