运行测试代码时(python detect.py --source ./data/images/ --weights weights/yolov5s.pt --conf-thres 0.4)
出现错误:
RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling cublasCreate(handle)
不知道怎么解决,我直接用的百度网盘的代码。
运行测试代码时出错,不能成功执行python detect.py
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
CSDN专家-黄老师 2021-12-02 09:05关注pytorch的版本可能有问题,试试安装17.1版本试试
pip uninstall torch pip install torch==1.7.1解决 无用评论 打赏 举报