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
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: