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

Is the comment for Down sampling and Up sampling switched in the Generator Class? #2

Open
inkplay opened this issue Apr 3, 2018 · 2 comments

Comments

@inkplay
Copy link

inkplay commented Apr 3, 2018

In = 64
out = in*2 <-- so its 128
We will loop this twice and reassign "out" to "in" so..

in = out <-- in = 128
`out=in * 2'< -- out = 256
The output is consistently getting bigger and bigger why is this labeled #DownSampling?

@patrick-han
Copy link

I'm also curious about this, although I think this is how its implemented in the original CycleGAN as well

@zhangluustb
Copy link

in and out means channels' numer,not the image size

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

3 participants