Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

映射文档 No. 5/6/7/8/9/10 #6007

Merged
merged 4 commits into from
Jul 14, 2023
Merged

Conversation

enkilee
Copy link
Contributor

@enkilee enkilee commented Jul 7, 2023

  • Pytorch-Paddle代码转换工具开源任务 PaConvert#112
    5 i0,已添加对应的md文件。
    6 nextafter,已添加对应的md文件。
    7 polygamma,已添加对应的md文件。
    8 quantile,已添加对应的md文件。
    9 nanquantile,未找到Paddle端文档,暂时没添加。
    10 signal.stft,在原有的md文件进行了修改。

@paddle-bot
Copy link

paddle-bot bot commented Jul 7, 2023

感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6007.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
预览工具的更多说明,请参考:飞桨文档预览工具

| q | q | 待计算的分位数。 |
| dim | axis| 指定对 x 进行计算的轴,仅参数名不一致。 |
|keepdim|keepdim| 是否在输出 Tensor 中保留减小的维度。|
|interpolation| - | 当所需分位数位于两个数据点之间时使用的插值方法,Paddle 无此参数,需要进行转写。|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个需要转写,但是没有转写示例

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

收到

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个具体怎么转写呢,还是没有写

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我在paddle那边没找到参数一样的方法来转写,我看有的合入的docs里面,就是在torch端加入默认值?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

转写是指torch的实现,paddle应该怎么写。改torch代码,就不是在转写了。

@zhwesky2010
Copy link
Collaborator

这个具体怎么转写呢,还是没有写 @enkilee

| q | q | 待计算的分位数。 |
| dim | axis| 指定对 x 进行计算的轴,仅参数名不一致。 |
|keepdim|keepdim| 是否在输出 Tensor 中保留减小的维度。|
|interpolation| - | 当所需分位数位于两个数据点之间时使用的插值方法,Paddle 无此参数,需要进行转写,Paddle 暂无转写方式。|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该写: Paddle 无此参数,暂无转写方式。

这个就先合入了,后面描述要注意规范,可以查看下docs中其他位置的描述

@zhwesky2010 zhwesky2010 merged commit feeb733 into PaddlePaddle:develop Jul 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants