VT-UNet icon indicating copy to clipboard operation
VT-UNet copied to clipboard

task 4 issue

Open b3r-prog opened this issue 3 years ago • 1 comments

For the hippocampus task, I am getting this error:

x = x.view(B, D * 8, H, W, C) RuntimeError: shape '[9, 32, 4, 4, 1152]' is invalid for input of size 414720. I set the number of channels to 1 and preprocessed the data. Any suggestions on how to resolve this?

b3r-prog avatar Aug 25 '22 05:08 b3r-prog

what is the input size of your scan? It should be 128x128x128. At the moment, VT-UNet can only process an input size of 128x128x128.

himashi92 avatar Aug 26 '22 02:08 himashi92