cascade-rcnn_Pytorch
cascade-rcnn_Pytorch copied to clipboard
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
i use torch=0.3.1 torchvision=0.3.1 cuda=9.0 when I try to train this network, I got this error : should i use torch=0.2.0?
Traceback (most recent call last):
File "/home/tju/software/pycharm-2018.2.1/helpers/pydev/pydevd.py", line 1664, in
same error, my pytorch version is 1.2.0
版本要求pytorch小于0.4.0
same error, my pytorch version is 1.1.0,can you help me?
版本要求pytorch小于0.4.0 我的torchvision版本是0.3.0,torch版本是1.1.0,但是同样的错误,请问您清楚吗?