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.
@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.