zhixuhao / unet

unet for image segmentation
MIT License
4.58k stars 2k forks source link

merge6 = Concatenate(axis = 3)([drop4,up6]) #209

Open SSingh087 opened 3 years ago

SSingh087 commented 3 years ago

ValueError: A Concatenate layer requires inputs with matching shapes except for the concat axis. Got inputs shapes: [(None, 7, 7, 512), (None, 6, 6, 512)] for image size = 60,60

Gh19950825 commented 3 years ago

ValueError:Concatenate图层需要输入的形状与concat轴一致,但不匹配。获得了输入形状:[(无,7,7,512),(无, 6,6,512 )]的图像大小= 60,60

请问你解决了吗这个问题?

SSingh087 commented 3 years ago

@Gh19950825 No not yet