longcw / RoIAlign.pytorch

RoIAlign & crop_and_resize for PyTorch
555 stars 103 forks source link

pytorch1.0 ffi was deprecated #21

Closed xiaoshihoua closed 5 years ago

xiaoshihoua commented 5 years ago

Traceback (most recent call last): File "build.py", line 3, in from torch.utils.ffi import create_extension File "/home/lzy/.local/lib/python2.7/site-packages/torch/utils/ffi/init.py", line 1, in raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.") ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.

longcw commented 5 years ago

https://github.com/longcw/RoIAlign.pytorch/issues/20#issuecomment-446429538