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
运行run_train.py后,提示
use lib assign_box_cuda use lib sigmoid_focal_loss_cuda use lib nms_cuda Segmentation fault (core dumped)
调试后定位到net = net.cuda(cfg['device'][0]) 这是CUDA的版本问题吗?
The text was updated successfully, but these errors were encountered:
torch.version:1.10.0+cu113
Sorry, something went wrong.
No branches or pull requests
运行run_train.py后,提示
调试后定位到net = net.cuda(cfg['device'][0])
这是CUDA的版本问题吗?
The text was updated successfully, but these errors were encountered: