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

Why split in 2 instead of 3 in gen_conv ? #545

Open
lchauvin opened this issue Aug 24, 2023 · 0 comments
Open

Why split in 2 instead of 3 in gen_conv ? #545

lchauvin opened this issue Aug 24, 2023 · 0 comments

Comments

@lchauvin
Copy link

Hello,

In v2, before the input of the coarse generator, you concatenate 3 images on the depth channel:

x = tf.concat([x, ones_x, ones_x*mask], axis=3)

but in gen_conv() you only split it in half:

x, y = tf.split(x, 2, 3)

Why is that ?

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