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

Two question about upsample process #116

Open
Ikhwansong opened this issue Feb 17, 2020 · 0 comments
Open

Two question about upsample process #116

Ikhwansong opened this issue Feb 17, 2020 · 0 comments

Comments

@Ikhwansong
Copy link

Ikhwansong commented Feb 17, 2020

Hi. nice to meet you !

Your logic for solving different scale problem was very reasonable !. It was interesting to me!

I have a one question about the process of upsample in the paper.
That is why you didn't use transpose convolutional method for upsampling.

Usually, for better performance, Transpose convolutional be used for upsampling (i.g, Grid-Net...)
or within similar architecture for image reconstruction.

But just only bilinear-upsampling be used.

Was it better?


Additional question is this.

image

According to Figure 4. the last size of output upper down scale convolutional path has 1 by 1.
but it meet a Conv[256, 3x3, 1x1, 256] directly.
How can the output which has 1 by 1 size of [w,h], feed into a Conv[256, 3x3, 1x1, 256] ??
Is it possible?

Please, reply my question. thanks you!

@Ikhwansong Ikhwansong changed the title One question about upsample process Two question about upsample process Feb 18, 2020
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