-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
updata 2.0 API english doc #28525
updata 2.0 API english doc #28525
Conversation
Thanks for your contribution! |
@@ -704,7 +702,6 @@ void BindImperative(py::module *m_ptr) { | |||
.. code-block:: python | |||
|
|||
import paddle | |||
paddle.disable_static() |
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.
ret = paddle.sums(inputs2)
这行应该跑不了吧。
另外,感觉可以用一个更加简洁的示例。
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
0d98044
to
2524a4d
Compare
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
Bug fixes
PR changes
APIs
Describe
updata 2.0 API english doc.