keras-unet-collection icon indicating copy to clipboard operation
keras-unet-collection copied to clipboard

model_Unet_plus_plus = models.unet_plus_2d((256, 256, 1), filter_num=[32,64,128,256,512],

Open neeldesai123 opened this issue 1 year ago • 0 comments

Cannot assign value to variable ' block1_conv1/kernel:0': Shape mismatch.The variable shape (3, 3, 1, 64), and the assigned value shape (64, 3, 3, 3) are incompatible. File "D:\pneumothorax\Neel-Work_pnuemo\unet_plus_plus_lib.py", line 109, in model_Unet_plus_plus = models.unet_plus_2d((256, 256, 1), filter_num=[32,64,128,256,512],

I am using 256x256 shape image with channel 1 only. I am getting following error. Need help :)

neeldesai123 avatar Oct 06 '22 03:10 neeldesai123