yikang-li / MSDN

This is our PyTorch implementation of Multi-level Scene Description Network (MSDN) proposed in our ICCV 2017 paper.
http://cvboy.com/publication/iccv2017_msdn/
227 stars 51 forks source link

facing ffi error #21

Open DeepaliVerma opened 4 years ago

DeepaliVerma commented 4 years ago

ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.

Please suggest me how I can resolve this issue.

adidasnike90 commented 4 years ago

change pytorch to a lower version, 0.4 works for me. But after solving this one, there are more issues ahead. Good luck