We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
楼主您好:
首次运行时发现sigmoid_focal_loss_cuda.cpython-37m-x86_64-linux-gnu.so 包导入出现问题。
具体报错: File "/home/admin/pytorch_solov2-master/modules/sigmoid_focal_loss/sigmoid_focal_loss.py", line 5, in from . import sigmoid_focal_loss_cuda
ImportError: /home/admin/pytorch_solov2-master/modules/sigmoid_focal_loss/sigmoid_focal_loss_cuda.cpython-37m-x86_64- linux-gnu.so:
undefined symbol: _ZN2at5emptyEN3c108ArrayRefIlEERKNS0_13TensorOptionsENS0_8optionalINS0_12MemoryFormatEEE
The text was updated successfully, but these errors were encountered:
尝试使用torch==1.5.1 torchvision==0.6.1试试呢
Sorry, something went wrong.
@marxmarma you should first run setup.py then generate.so according you env
No branches or pull requests
楼主您好:
首次运行时发现sigmoid_focal_loss_cuda.cpython-37m-x86_64-linux-gnu.so 包导入出现问题。
具体报错:
File "/home/admin/pytorch_solov2-master/modules/sigmoid_focal_loss/sigmoid_focal_loss.py", line 5, in
from . import sigmoid_focal_loss_cuda
ImportError: /home/admin/pytorch_solov2-master/modules/sigmoid_focal_loss/sigmoid_focal_loss_cuda.cpython-37m-x86_64-
linux-gnu.so:
undefined symbol: _ZN2at5emptyEN3c108ArrayRefIlEERKNS0_13TensorOptionsENS0_8optionalINS0_12MemoryFormatEEE
The text was updated successfully, but these errors were encountered: