unet
unet copied to clipboard
merge6 = Concatenate(axis = 3)([drop4,up6])
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
ValueError:
Concatenate
图层需要输入的形状与concat轴一致,但不匹配。获得了输入形状:[(无,7,7,512),(无, 6,6,512 )]的图像大小= 60,60
请问你解决了吗这个问题?
@Gh19950825 No not yet