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

Upsampling Issue #131

Open
krishnakarthi opened this issue Dec 25, 2019 · 1 comment
Open

Upsampling Issue #131

krishnakarthi opened this issue Dec 25, 2019 · 1 comment

Comments

@krishnakarthi
Copy link

Hi,
I'm using Deeplab v3 keras based model to train my custom dataset from scratch, here my image size is 512 x 512. When i look upsampling architecture in the Lambda layer its suddenly increasing from 64 to 512. Can you please give me reason for this sudden increase from 64 to 512 or am i missing here.

image

dropout_1 (Dropout) (None, 64, 64, 256) 0 activation_2[0][0]


custom_logits_semantic (Conv2D) (None, 64, 64, 10) 2570 dropout_1[0][0]


lambda_4 (Lambda) (None, 512, 512, 10) 0 custom_logits_semantic[0][0]


reshape_1 (Reshape) (None, 262144, 10) 0 lambda_4[0][0]


@zainulabidin302
Copy link

@krishnakarthi , looks like the issue is coming due to difference in "input_shape" and "input_tensor" parameters.
Are you passing both?

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

2 participants