09 2024 档案
摘要:类的封装 类的封装 //使用注解自动生成Setter、Getter、toString、无参构造函数、全参构造函数 @Data @NoArgsConstructor @AllArgsConstructor public class Emp { private Integer id; //ID priv
阅读全文
摘要:Preknowledge Visualization Weight & Bias Overfitting Data Augmentation Random crops and scales resize the short side of the image to [250, 400], and t
阅读全文
摘要:基础概念 对比学习(Contrastive Learning) Computer Graphics Convex Hall Sort Color modulation Postman problem Voronoi MAT (Medial Axis Transformation) 中轴变换,用于简化
阅读全文
摘要:Chapter 1 Definition of the Smart Vehicle Perception Autonomous Decision : brain of the vehicle (autonomously analyze, learn and decide) Automatic Con
阅读全文
摘要:Java类的封装 利用lombok库函数,通过注解的方式简化类的形式 @Data //自动生成getter, setter, toString等方法 @NoArgsConstructor //自动生成无参构造函数 @AllArgsConstructor //自动生成全参构造函数 public cla
阅读全文
摘要:LLM相关 LLM基础 zero shot、one shot、three shot是什么 bf16和fp16有什么区别 LLM微调 Adpter Tuning Prefix Tuning LoRA原理 LoRA(Low-Rank Adaptation of Large Language Models
阅读全文
摘要:第1关 在 CompassArena 中选择双模型对话,与InternLM2.5及另外任意其他模型对话,收集 5 个 InternLM2.5 输出结果不如其他模型的对话案例,以及 InternLM2.5 的 5 个 Good Case,并写成一篇飞书文档提交到:https://aicarrier.f
阅读全文