-
Notifications
You must be signed in to change notification settings - Fork 750
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
modify some cn doc #2710
modify some cn doc #2710
Conversation
Thanks for your contribution! |
@@ -3,13 +3,17 @@ | |||
in_dygraph_mode | |||
------------------------------- | |||
|
|||
.. py:function:: paddle.fluid.in_dygraph_mode() | |||
.. py:function:: paddle.in_dynamic_mode() |
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.
这个文件周威已经更新了 PR 2703
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.
好的,我回滚了我的修改。
@@ -40,11 +40,11 @@ bilinear_tensor_product | |||
|
|||
.. code-block:: python | |||
|
|||
import paddle.fluid as fluid |
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.
返回类型 和 返回写在一起哈,如
【返回:Variable,一个xxx】
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,thx!
@@ -21,9 +21,8 @@ generate | |||
|
|||
.. code-block:: python |
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.
done,thx!
@@ -21,15 +21,15 @@ switch | |||
|
|||
.. code-block:: python |
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.
done,thx!
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
* add ext_op build doc, test=fix_document * add note for JetPack version with machine
修改了一系列中文文档代码示例:
修改内容、英文PR、中文预览清单如下:
unique_name 已经能够成功创建utils目录
PaddlePaddle/Paddle#27605
Sequential
PaddlePaddle/Paddle#27608
bilinear_tensor_product
PaddlePaddle/Paddle#27613