Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
neeldesai123 opened this issue Oct 6, 2022 · 0 comments

Comments

@neeldesai123
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant