
Bug
文章平均质量分 68
伪_装
The data determines the upper limit of accuracy and the model determines the lower limit of accuracy.
数据决定精度上限,模型决定精度下限。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux服务器部署Deepseek、Dify、RAGflow实战教程
Linux服务器部署Deepseek、Dify、RAGflow实战教程原创 2025-03-02 20:56:24 · 2388 阅读 · 0 评论 -
缺少 CMake,无法安装 dlib
缺少 CMake,无法安装 dlib,出现ERROR: Failed to build installable wheels for some pyproject.toml based projects (dlib)原创 2025-02-28 10:35:32 · 408 阅读 · 0 评论 -
ragflow-mysql 启动失败案例分析
ragflow-mysql 启动失败案例分析,CPU does not support x86-64-v2 Fatal glibc error: CPU does not support x86-64-v2原创 2025-02-28 10:21:19 · 4236 阅读 · 0 评论 -
Dify客户端异常error: a client-side exception has occurred (see the browser console for more i
bug] Dify客户端异常。原创 2025-02-25 09:23:41 · 14322 阅读 · 37 评论 -
Linux服务器配置onnxruntime-gpu
本文实现 `onnxruntime-gpu` 不依赖于服务器主机上 `cuda` 和 `cudnn`,仅使用虚拟环境中的 `cuda` 依赖包实现 `onnx` `GPU` 推理加速的安装教程。为了适配推理节点,因此我们仅在 `base` 下配置环境,不需要重新创建新的虚拟环境。原创 2025-01-16 18:04:33 · 1932 阅读 · 0 评论 -
[解决方法]libGL.so.1: cannot open shared object file: No such file or directory
在服务器环境配置尝试导入 `opencv` (`cv2`) 模块时,系统找不到 `libGL.so.1` 这个共享库文件。这个问题通常出现在 `Linux` 系统中,特别是当系统缺少必要的图形库时。原创 2025-01-16 18:00:26 · 889 阅读 · 0 评论 -
yolov目标检测的图片onnx输入尺寸及预处理
当你使用不同的图像尺寸(例如1280)进行预测时,YOLOv8会自动对输入图像进行适当的预处理以适配模型。这通常包括缩放和填充操作,确保图像不会发生畸变,同时保持原始宽高比。原创 2024-12-19 09:58:27 · 1282 阅读 · 0 评论 -
[Bug]:由于中国防火墙,无法连接 huggingface.co
[Bug]:由于中国防火墙,无法连接 huggingface.co原创 2024-05-11 09:00:03 · 1085 阅读 · 0 评论