快捷键设定 阅读kitty文档可知可以通过map将某个快捷键绑定为一个或者一系列文档中的actions。如果要执行多个actions可以使用c
day 1 2024-02-27 543 Diameter of Binary Tree Given the root of a binary tree, return the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path between any two nodes in a tree. This path may or may not pass through the root. The length of a path between two nodes is represented by the number of edges between
BaM论文阅读 使用SSD作为GPU的主存—-Nvidia 研究背景 随着推荐系统, 图神经网络和深度学习等相关应用的兴起, GPU需要对
Do As I Can, Not As I Say (first paper) summary The contribution of this research presents a system, named SayCan, that significantly improves a robot’s task understanding and execution capabilities by introducing the use of large language models (LLMs). By interpreting high-level instructions and breaking them down into low-level, feasible skills. The most important point is that SayCan design a value function named affordance function which simultaneously evaluates both
3.2.2 高斯-马尔可夫定理 3.2.3 用单变量回归理解多元线性回归模型 对于单变量来说,输入数据可以用向量$\mathbf{x}=(x_1,x_2&helli
golang语言问题 slice传参 修改slice中struct的问题 golang后端开发笔记 之前的小程序使用的是原生的云开发,方便固然方便但
第一部分 str大小为指针的大小即8字节,p的大小也为指针的大小即8字节。因为C++传数组给一个函数,数组类型自动转换为指针类型,因而传的实际