Hi, when do gen_map on validation dataset, some datas occurs error like this:
I found the reason is data's brain region is lower than patch size:
My pacth size is 96, how to fix this error?
Thank you very much!
Normally, the brain region should larger than 969696, i didn't meet that situation. However, we can still fix it by padding it which would hurt the accuracy i guess.
Hi, when do gen_map on validation dataset, some datas occurs error like this: I found the reason is data's brain region is lower than patch size: My pacth size is 96, how to fix this error? Thank you very much!