- 博客(23)
- 问答 (2)
- 收藏
- 关注
原创 【bug】searchxng搜索报错Searx API returned an error
使用开源搜索引擎SearxNG时遇到403错误,原因可能是配置文件格式问题。只需修改settings.yml文件,正确设置参数即可解决。关键配置包括启用默认设置、设置secret_key、禁用限速器、启用图片代理等。具体解决方案和配置示例已在文中提供,相关参考资料也列举了类似问题的讨论。
2025-06-24 17:39:08
406
原创 【bug】ubuntu重启后显示recovering journal无法进入系统界面
因长期未关机导致Linux系统无法正常启动的解决方案。作者通过强制关机后出现硬盘挂载问题,通过进入GRUB引导界面(联想电脑按左Shift/ESC键)选择内核版本重启,成功恢复系统启动。操作步骤包括:在品牌Logo界面按特定键进入GRUB→选择备选内核→执行重启。该方法适用于Ubuntu 20.04系统,并附有相关参考链接。(149字)
2025-06-24 09:28:25
448
原创 【bug】Error: /undefinedfilename in (/tmp/ocrmypdf.io.9xfn1e3b/origin.pdf)
解析ubuntu20.04安装了snap版本的ghostscript造成访问/tmp下面的目录访问不到报错的问题
2025-06-05 15:37:14
740
原创 安装依赖报错:ERROR: Failed to build installable wheels for some pyproject.toml based projects (dlib)
解决下载dlib19.24.0报错问题
2025-04-25 11:26:47
1640
原创 【bug】ValueError: When localhost is not accessible, a shareable link must be created.
在运行gradio项目时候报错ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
2025-04-24 11:56:31
1089
1
原创 [bug]langchain agent报错Invalid Format: Missing ‘Action Input:‘ after ‘Action:‘
解决langchain写agent创建agent不按照指示模版思考
2025-04-16 16:46:49
758
原创 [bug]解决vscode+cline使用mcp服务报错spawn npx enoent spawn npx enoent
vscode+cline使用mcp服务
2025-04-10 13:48:55
5319
10
原创 [bug]all-MiniLM-L6-v2嵌入模型本地加载报错huggingface_hub.errors.HFValidationError: Repo id must use alphanumer
langchain中加载本地嵌入模型all-MiniLM-L6-v2报错
2025-03-21 17:08:53
663
1
原创 【解决问题】RuntimeError: Couldn‘t clone Stable Diffusion
解决stable diffusion安装不了依赖的问题
2024-12-22 03:13:02
2366
原创 【bug】ssd-master使用自己训练的权重模型重新训练
由于我想是使用自己训练好的模型增加轮数继续训练,开始我将代码指向模型的地方在model_zoo.py中可以自己修改,我没有修改,我将模型训练好的名称model_final.pth改为vgg16_reducedfc.pth放到了C:\Users\Administrator.torch\models下,并执行train.py文件,但是报错了:RuntimeError: Error(s) in loading state_dict for ModuleList: Missing key(s)
2024-09-13 13:41:45
294
原创 【数据处理】python利用xlrd库将excel中的信息处理并且写入到txt类型文件中
python利用xlrd库将excel中的信息处理并且写入到txt类型文件中
2022-05-02 21:27:24
794
原创 【解决问题】RuntimeError: The size of tensor a (80) must match the size of tensor b (56) at non-singleton
【pytorch错误】RuntimeError: The size of tensor a (80) must match the size of tensor b (56) at non-singleton dimension 3
2022-03-20 18:41:46
50098
119
空空如也
qt中,将一段代码封装成为一个函数,但是在传参的时候,报错!
2022-04-10
TA创建的收藏夹 TA关注的收藏夹
TA关注的人