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

Input of upsampling layer in ASPP #58

Open
deligkarisk opened this issue Aug 10, 2022 · 0 comments
Open

Input of upsampling layer in ASPP #58

deligkarisk opened this issue Aug 10, 2022 · 0 comments

Comments

@deligkarisk
Copy link

In code listing 8.11 in the Python notebook the upsampling layer is defined as:

outb_1_up = layers.UpSampling2D((24,24), interpolation='bilinear')(outb_1_avg)

From what I understand, the input to the upsampling layer here (outb_1_up) should be the output of the earlier convolution (outb_1_conv), not the output of the averaging layer (outb_1_avg).

Would be nice to confirm this.

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