Faster-rcnn.pytorch: import error occured when compiling the make.sh

Created on 6 Jan 2020  路  2Comments  路  Source: jwyang/faster-rcnn.pytorch

ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
please help me and tell me how can I solve this problem?THX
I use python3.6 and cuda9.0 with 1080ti on linux.

All 2 comments

@BucolicWind were you able to find a solution for your problem ? I have encountered the same issue!!

Try to you pytorch-1.0 branch of this repo. It uses C++ extension module of PyTorch , not classic C.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CJMenart picture CJMenart  路  4Comments

herrickli picture herrickli  路  3Comments

Codermay picture Codermay  路  5Comments

manoja328 picture manoja328  路  3Comments

ZhangJiajun1995 picture ZhangJiajun1995  路  5Comments