vnet.pytorch
vnet.pytorch copied to clipboard
model complie error
when I prepare a train data,it always show:
when I prepare a train data,it always show:
I also encountered this problem today, may you solve it now?
Sorry, I cannot solve it...
I think may it is the python version question, may the vnet code run in python 3.6...
you can have a try.
Maybe just comment out the 22th line "super(ContBatchNorm3d, self)._check_input_dim(input)" in vnet.py.