摘要: 集用SpringAI搭建系统,依靠线程池\负载均衡等技术进行请求优化,用于解决科研&开发过程中对GPT接口进行批量化接口请求中出现的问题。大语言模型接口以OpenAI的GPT 3.5为例,JDK版本为17。 阅读全文
posted @ 2024-05-11 21:12 linkcxt 阅读(307) 评论(0) 推荐(1) 编辑
摘要: 根据FS2K数据集,利用VGG16,DenseNet,ResNet进行训练和测试,实现输入一张图片(简笔画和普通照片),输出该图片的属性特征信息 阅读全文
posted @ 2022-06-28 15:48 linkcxt 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 简介iptables处理流程,常用iptables命令,规则设置完成后,解决利用ping测试网络出现的问题,最后保存iptables设置及重启自动恢复 阅读全文
posted @ 2022-03-10 15:08 linkcxt 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 建造者模式的动机与定义、结构与分析、实例与解析、效果与应用 阅读全文
posted @ 2021-10-31 17:05 linkcxt 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 相关文档 HTML:https://www.w3school.com.cn/html/index.asp bootstrap-css: https://v3.bootcss.com/css/#forms HTML总体介绍 <!DOCTYPE html> <html> <head> <!-- 编码 - 阅读全文
posted @ 2021-08-19 17:25 linkcxt 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 利用Anaconda创建虚拟环境,并搭建知识图谱环境的过程。 阅读全文
posted @ 2021-08-01 16:38 linkcxt 阅读(289) 评论(1) 推荐(0) 编辑
摘要: Django2.0.5的项目配置,小白入门指南 阅读全文
posted @ 2021-08-01 16:33 linkcxt 阅读(54) 评论(0) 推荐(0) 编辑
摘要: The goal of the program is to analysis the article title is Sarcasm or not, i use tensorflow 2.5 to solve this problem. 阅读全文
posted @ 2021-07-09 17:13 linkcxt 阅读(66) 评论(0) 推荐(0) 编辑
摘要: through tokenier and Serialization achieve word processing for train neuro network,i use some sample with tensorflow to introduce. 阅读全文
posted @ 2021-07-08 16:01 linkcxt 阅读(40) 评论(0) 推荐(0) 编辑
摘要: leetcode专题学习中二叉树相关题目的思路代码总结 阅读全文
posted @ 2021-07-04 16:20 linkcxt 阅读(67) 评论(0) 推荐(0) 编辑