U-Net training : array size error ¶
By: youssef on July 8, 2022, 11:24 a.m.
When launching U-Net training command, I get the following error: "ValueError : all the input array dimensions for the concatenation axis must match exactly, but along dimension 3, the array at index 0 has size 640 and the array at index 1 has size 384"
The previous steps went all good.
- Did anyone encounter the same problem? maybe I just missed something obvious
- If the UNet training did go well, would the resulting weiths be the same as those available here? : https://github.com/DIAGNijmegen/picai_unet_gc_algorithm/tree/main/weights
Thank you!