-
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
[Docathon][Add CN Doc No.23] #6372
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6372.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
|
|
||
返回类型 | ||
:::::::::::: | ||
local_sqrerr(Tensor) |
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.
这里改成返回tuple元组数据类型吧
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.
这里改成返回tuple元组数据类型吧
Done,这里参考paddle.sparse.nn.functional.conv3d的返回类型格式进行修改,即:仅写明数据类型。
还有一类返回类型格式为paddle.linalg.pca_lowrank一类,即:归类在返回一栏中标明元组中的参数。
麻烦开发者看一下是否需要改成第二种类型
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.
这里改成返回tuple元组数据类型吧
Done,这里参考paddle.sparse.nn.functional.conv3d的返回类型格式进行修改,即:仅写明数据类型。
还有一类返回类型格式为paddle.linalg.pca_lowrank一类,即:归类在返回一栏中标明元组中的参数。
麻烦开发者看一下是否需要改成第二种类型
改成第二种类型吧,更加准确直观一点
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.
Done
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.
LGTM
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.
要不顺便把英文的也更新了
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
|
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.
LGTM
PR types
Others
PR changes
Docs
Description
中文文档添加任务
#6193
新增中文文档:
英文文档链接:
@liudongxue01 @sunzhongkai588