You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: