You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: