
AI
文章平均质量分 65
爱学习的小道长
只有成长,没有成功
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python 构建法律DeepSeek RAG
Python 构建法律DeepSeek RAG原创 2025-06-06 23:06:26 · 674 阅读 · 0 评论 -
ubuntu20.04 连接强制门户认证的网络
夏天为了享受图书馆的空调,选择去图书馆学习。图书馆的网络采用Captive Portal(强制门户认证)方式,连接后需通过网页输入读者证号和密码才能上网。首先,通过微信小程序“南山图书馆”申请读者证号和密码,并开通WiFi服务。连接网络时,可以通过登录页面手动输入信息,或使用命令行工具(如nmcli)进行连接。具体步骤包括扫描可用WiFi、选择网络、连接并验证网络状态。整个过程虽然稍显繁琐,但确保了网络连接的顺利进行。原创 2025-05-22 13:03:42 · 255 阅读 · 0 评论 -
Python 整理3种查看神经网络结构的方法
整理3种查看神经网络结构的python方法原创 2025-05-05 23:16:22 · 609 阅读 · 0 评论 -
Python matplotlib 成功使用SimHei 中文字体
matplotlib 成功使用SimHei 中文字体原创 2025-05-05 20:14:02 · 403 阅读 · 0 评论 -
Ubuntu 20.04 安装并使用Cursor
ubuntu 20.04 安装并使用Cursor原创 2025-03-21 10:52:16 · 1506 阅读 · 0 评论 -
NVIDIA Jetson Orin Nano 刷机过程
NVIDIA Jetson Orin Nano 刷机过程原创 2025-02-15 23:19:09 · 1509 阅读 · 0 评论 -
Langchain Chat Model 和 Chat Prompt Template
Langchain Chat Model 和 Chat Prompt Template原创 2024-12-28 17:37:11 · 995 阅读 · 0 评论 -
Python LCEL 入门范例
Python LCEL 入门范例原创 2024-12-27 11:54:39 · 1042 阅读 · 0 评论 -
ERROR: Could not find a version that satisfies the requirement langchain_chroma
解决 ERROR: Could not find a version that satisfies the requirement langchain_chroma原创 2024-12-26 12:21:26 · 868 阅读 · 0 评论 -
Python langchain ReAct 使用范例
Python langchain ReAct 使用范例原创 2024-12-20 19:50:35 · 681 阅读 · 0 评论 -
Python 使用 langchain 过程中的错误总结
Python 使用 langchain 过程中的错误总结原创 2024-11-06 23:53:16 · 1712 阅读 · 0 评论 -
Python 基于 Chat Completions API 实现外部函数调用
Python 基于 Chat Completions API 实现外部函数调用原创 2024-10-24 16:02:59 · 811 阅读 · 0 评论 -
Python 使用 tiktoken 计算 token 数量
Python 使用 tiktoken 计算 token 数量原创 2024-10-17 22:25:11 · 1529 阅读 · 0 评论 -
Ubuntu 20.04 使用 Deepbricks API中转平台
Ubuntu 20.04 使用 Deepbricks API中转平台原创 2024-09-04 11:03:39 · 1279 阅读 · 0 评论 -
盘点大模型中转 API 平台,并比较费用
盘点大模型中转 API 平台,并比较费用原创 2024-09-02 21:27:40 · 12519 阅读 · 1 评论 -
Windows 通过代理服务器调用 openai 的 api
Windows 调用 openai 的 api 的经验总结原创 2024-06-17 15:23:43 · 1030 阅读 · 0 评论 -
【经验总结】训练模型常用的激活函数
常用的激活函数原创 2024-05-16 16:58:08 · 1038 阅读 · 1 评论 -
【经验总结】超算互联网服务器 transformers 加载本地模型
超算互联网服务器 transformers 加载本地模型原创 2024-05-14 23:02:43 · 1079 阅读 · 0 评论 -
【经验总结】 常用的模型优化器
模型优化器原创 2024-05-10 15:02:05 · 686 阅读 · 1 评论 -
【经验总结】模型训练常见的调参方法
模型训练常见的调参方法原创 2024-05-09 15:35:47 · 3135 阅读 · 0 评论 -
Hugging Face 解决 ValueError: Couldn‘t find cache for yelp_review_full for config ‘default‘
记录解决问题过程原创 2024-04-11 17:07:38 · 775 阅读 · 0 评论 -
Hugging Face Transformers 微调--利用 SQuAD 做问答任务
Hugging Face Transformers 微调--利用 SQuAD 做问答任务原创 2024-04-10 11:11:04 · 434 阅读 · 0 评论 -
【学习总结】Python transformers 预处理 SQuAD 数据集,并展示
Python transformers 预处理 SQuAD 数据集,并展示原创 2024-04-09 16:36:31 · 2041 阅读 · 0 评论 -
Hugging Face Transformers 微调--利用 YelpReviewFull 做情感分类
Hugging Face Transformers 微调--利用 YelpReviewFull 做情感分类原创 2024-04-08 15:40:17 · 676 阅读 · 1 评论 -
【学习总结】Python transformers TrainingArguments 重要参数说明
Python transformers TrainingArguments 15个重要参数说明原创 2024-03-14 17:17:19 · 2425 阅读 · 0 评论 -
【学习总结】python transformers 预处理 YelpReviewFull 数据集,并展示
python transformers 预处理 YelpReviewFull 数据集,并展示原创 2024-03-14 14:03:26 · 1229 阅读 · 0 评论 -
【学习总结】Python transformers AutoTokenizer encode 出现的 101 和 102
transformers AutoTokenizer encode 出现的 101 和 102decode 出现的 [CLS] [SEP]原创 2024-03-13 16:34:56 · 672 阅读 · 0 评论 -
python 通过代理服务器 连接 huggingface下载模型,并运行 pipeline
python 通过代理服务器 连接 huggingface下载模型,并运行 pipeline原创 2024-03-12 18:01:41 · 4403 阅读 · 1 评论 -
ubuntu 20.04 安装 huggingface transformers 环境
ubuntu 20.04 安装 transformers原创 2024-03-06 23:59:29 · 1900 阅读 · 0 评论 -
瀚博半导体载天VA1 模型转换过程
使用训练出来的.pth模型 ----> .onnx 模型 ----> .json .params .so 三件套原创 2023-03-14 11:42:37 · 580 阅读 · 0 评论 -
Python json格式文件转化成 txt 格式
代码简单,提醒自己原创 2023-03-08 11:07:13 · 1431 阅读 · 0 评论 -
Intel OpenVINO 安装显卡驱动
使用集合诚KMDA-3301 OpenVINO CPU和GPU 算法加速,用GPU加速时,调动不起来。写下解决过程,以备后用。原创 2022-12-02 20:50:26 · 1584 阅读 · 0 评论 -
PyTorch numpy和tensor互相转换
PyTorch numpy和tensor互相转换转载 2022-11-28 15:57:39 · 632 阅读 · 0 评论 -
NVIDIA AGX Xavier 部署 CUDA-PointPillars
CUDA-PointPillars 在X86 NVIDIA GeForce GTX 1060 使用自家激光雷达数据跑通并优化后,部署到边缘设备NVIDIA AGX Xavier,出现了好多问题,记录下来,以备后用。原创 2022-11-21 17:24:48 · 3448 阅读 · 13 评论 -
python txt 和 xml 格式互转
图片检测 label 文件 txt 和 xml 互转原创 2022-09-09 09:55:14 · 1910 阅读 · 3 评论 -
c++ 解析txt格式的配置文件
c++ 解析txt格式的配置文件原创 2022-08-24 19:38:15 · 1027 阅读 · 0 评论 -
tensorboard 使用总结
tensorboard 使用总结原创 2022-06-27 16:14:00 · 934 阅读 · 0 评论 -
pytorch 查看GPU信息
pytorch 查看NVIDIA 显卡信息原创 2022-08-04 11:01:53 · 4019 阅读 · 0 评论