vnet.pytorch icon indicating copy to clipboard operation
vnet.pytorch copied to clipboard

model complie error

Open luckwyy opened this issue 4 years ago • 3 comments

when I prepare a train data,it always show: image

image

luckwyy avatar Mar 31 '20 18:03 luckwyy

when I prepare a train data,it always show: image

image

I also encountered this problem today, may you solve it now?

qianqianCDQ avatar Apr 03 '20 12:04 qianqianCDQ

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.

luckwyy avatar Apr 03 '20 12:04 luckwyy

Maybe just comment out the 22th line "super(ContBatchNorm3d, self)._check_input_dim(input)" in vnet.py.

Chuyun-Shen avatar Aug 27 '21 04:08 Chuyun-Shen