开源和商业开源 Apache Way 已然成为开源都需要遵循的标准,可是在商业公司的开源方式和常见的开源商业化还是有一定的差别,这篇文章就是来介绍在我在国内 2022-08-08 thoughts opensource apache-way 商业开源在Paddle中的进展 Apache Way 已然成为开源都需要遵循的标准,可是在商业公司的开源方式和常见的开元商业化还是有一定的差别,这篇文章就是来介绍在Padd 2022-08-08 thoughts opensource paddle 我一直在努力尝试平衡好生活、工作和兴趣 得出的结论是没有办法平衡好,特别是 2022-08-08 thoughts opensource life work types-paddle: 为Paddle增加Tensor类型注释特性 Paddle中没有Tensor类,导致在IDE中写代码时没有办法进行智能提示,我提供了一个解决方案。 思路 修改已安装Paddle包的 2022-08-07 python python types type hint in python 类型注释可提升代码的阅读性,配合工具可分析代码中潜藏的Bug,在Python3.7 + 中依然支持变量类型注释,在此我也推荐大家尽量多写一些 2022-08-06 python python types Senmatic Neural Search 定义 2022-07-31 nlp Cuda 入门 Introduction Grid & Block & Thread Thread: 一个cuda函数会被多个线程执行,故 2022-07-23 cpp cpp cuda Prompt 综述 Prompt已然成为新的模型训练方式,方法日新月异,所以全面 介绍 三要素 Prompt Template Answer Search 2022-06-12 nlp prompt nlp prompt learning Cross Attention Cross Attention是用来处理两个不同Sequence时的SelfAttention变体。 介绍 属于Transformer常见 2022-06-11 nlp pretrained-language-model nlp transformer type hinting in python 场景 开发者直接在源代码中添加type hinting 开发者通过stub file来添加type hinting 开发者不想在原始代码 2022-06-03 python python