-
Notifications
You must be signed in to change notification settings - Fork 724
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
映射文档 No. 5/6/7/8/9/10 #6007
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6007.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.polygamma.md
Outdated
Show resolved
Hide resolved
| q | q | 待计算的分位数。 | | ||
| dim | axis| 指定对 x 进行计算的轴,仅参数名不一致。 | | ||
|keepdim|keepdim| 是否在输出 Tensor 中保留减小的维度。| | ||
|interpolation| - | 当所需分位数位于两个数据点之间时使用的插值方法,Paddle 无此参数,需要进行转写。| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个需要转写,但是没有转写示例
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
收到
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个具体怎么转写呢,还是没有写
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我在paddle那边没找到参数一样的方法来转写,我看有的合入的docs里面,就是在torch端加入默认值?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
转写是指torch的实现,paddle应该怎么写。改torch代码,就不是在转写了。
这个具体怎么转写呢,还是没有写 @enkilee |
| q | q | 待计算的分位数。 | | ||
| dim | axis| 指定对 x 进行计算的轴,仅参数名不一致。 | | ||
|keepdim|keepdim| 是否在输出 Tensor 中保留减小的维度。| | ||
|interpolation| - | 当所需分位数位于两个数据点之间时使用的插值方法,Paddle 无此参数,需要进行转写,Paddle 暂无转写方式。| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该写: Paddle 无此参数,暂无转写方式。
这个就先合入了,后面描述要注意规范,可以查看下docs中其他位置的描述
5 i0,已添加对应的md文件。
6 nextafter,已添加对应的md文件。
7 polygamma,已添加对应的md文件。
8 quantile,已添加对应的md文件。
9 nanquantile,未找到Paddle端文档,暂时没添加。
10 signal.stft,在原有的md文件进行了修改。