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
Traceback (most recent call last):
File "test.py", line 11, in
from dcn_v2 import dcn_v2_conv, DCNv2, DCN
File "/home/xlq/Downloads/DCNv2-master/dcn_v2.py", line 13, in
import _ext as _backend
ImportError: /home/xlq/Downloads/DCNv2-master/_ext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at7getTypeERKNS_6TensorE
who can tell me what is wrong with this?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "test.py", line 11, in
from dcn_v2 import dcn_v2_conv, DCNv2, DCN
File "/home/xlq/Downloads/DCNv2-master/dcn_v2.py", line 13, in
import _ext as _backend
ImportError: /home/xlq/Downloads/DCNv2-master/_ext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at7getTypeERKNS_6TensorE
who can tell me what is wrong with this?
The text was updated successfully, but these errors were encountered: