zhwesky2010
zhwesky2010
I want to know how jedi get auto completions from a python module. ------ when I run first: Should it run `import paddle` first? but there is not any module...
### PR types New features ### PR changes APIs ### Describe [Zero-Dim] support 0D Tensor for some important api
### PR types Others ### PR changes Others ### Describe add windows ci to test inference lib
批量新增稀疏API的中文文档
cherry-pick https://github.com/PaddlePaddle/docs/pull/7175
### PR Docs add some API to NO_NEED_CONVERT ### PR APIs ```bash ```
## 背景 为了降低新模型(特别是新的大模型)使用飞桨开发或迁移到飞桨的成本,飞桨在3.2版本开展了 **API兼容性适配** 工作,提升了API针对不同框架写法的自适应能力,**针对Pytorch项目,仅需修改接口代码前缀`torch.`为`paddle.`,即可无缝迁移到Paddle**。 当前已完成了**500+个**重点API与Pytorch API的无缝兼容工作(包括:API名称、参数名称、参数个数、参数语义),具体名单详见 [PyTorch-Paddle API 映射表](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/model_convert/convert_from_pytorch/pytorch_api_mapping_cn.html#id1)。但仍有很多Paddle API尚未完成兼容性适配 工作,本次活动旨在对Paddle API进行整体兼容性推全。 任务讲解:https://meeting.tencent.com/cw/KP4g34Y9f3 (第5分钟开始) --- ## 示例修改&提交方式&FAQ https://github.com/PaddlePaddle/Paddle/issues/76301#issuecomment-3502554429 ## 认领方式 请大家以 comment 的形式认领任务,如: ``` 【报名】:1、3、2-3 ``` - 多个任务之间需要使用**中文顿号**分隔,报名多个连续任务可用横线表示,如 1-2...