microsoft / DynamicHead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamicHead/dyhead/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv

ChenShawn315 opened this issue · comments

Hello, when I run the train_net.py, I encountered this error:
ImportError: XX/Code/DynamicHead/dyhead/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv,

It caused by "import dyhead._C as _C", I tried change the torch and torchvision version, but it not works.
May you find the solution?