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

Error msg in Keras #2

Open
SteveIb opened this issue Jul 13, 2018 · 1 comment
Open

Error msg in Keras #2

SteveIb opened this issue Jul 13, 2018 · 1 comment

Comments

@SteveIb
Copy link

SteveIb commented Jul 13, 2018

Hi
I have bunch of images 512* 512 i could run data.py on my 3 classes.
but when I run
unet.py
I get the following error
ValueError: "concat" mode can only merge layers with matching output shapes except for the concat axis. Layer shapes: [(None, 64, 64, 512), (None, 63, 64, 512)]

any idea what I should do? my experience is a little limited. Thanks in advnance

@Enuvesta
Copy link

Enuvesta commented Jun 3, 2019

Just comment line with cropping: up6 = Cropping2D(cropping = ((1,0),(0,0)))(up6)

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