ostyk@pytorch:~/DepthAwareCNN/models/ops/depthconv$ sh make.sh
Traceback (most recent call last):
File "build.py", line 3, in <module>
from torch.utils.ffi import create_extension
File "/home/ostyk/.local/lib/python3.5/site-packages/torch/utils/ffi/__init__.py", line 1, in <module>
raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.")
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
Which torch version have you used? I'm not sure that fixing deprecated functions line by line is a very safe thing to do. Will be grateful for any tips. Thanks in advance.
Which torch version have you used? I'm not sure that fixing deprecated functions line by line is a very safe thing to do. Will be grateful for any tips. Thanks in advance.