Relative Content

Tag Archive for pythonubuntupytorchdetectron

_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNK2at10TensorBase8data_ptrIdEEPT_v

Trying to use detectron2 on an application im working. What is the reason for this error and how can I fix it?
I have seen similar questions mentioning that the problem may be that the torch and detectron2 are different versions. I also tried pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html for that but still didnt work.