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

Model is not compiling when i changed the input images resolution #68

Closed
danishnazir opened this issue Aug 31, 2018 · 2 comments
Closed

Comments

@danishnazir
Copy link

Hi There!
By default input size of image is 256x256. Now my images resolution is 1364x659 and when i compile the main file i get this error
ValueError: A Concatenate layer requires inputs with matching shapes except for the concat axis. Got inputs shapes: [(None, 164, 341, 256), (None, 164, 340, 256)]

@huazai-1994
Copy link

hey,i have met the same problem .do you have got the ways to fix it?

@nabsabraham
Copy link

Hi guys, you need to make sure your input inage is divisible by 16 because it has been downsized 4 times by maxpooling.
If it is not divisible then when upsampling it will round up the feature map 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