modify doc for in_dygraph_mode#27620
Closed
wanghuancoder wants to merge 1 commit intoPaddlePaddle:developfrom
wanghuancoder:develop_in_dynamic_mode_doc
Closed
modify doc for in_dygraph_mode#27620wanghuancoder wants to merge 1 commit intoPaddlePaddle:developfrom wanghuancoder:develop_in_dynamic_mode_doc
wanghuancoder wants to merge 1 commit intoPaddlePaddle:developfrom
wanghuancoder:develop_in_dynamic_mode_doc
Conversation
|
Thanks for your contribution! |
This was referenced Sep 28, 2020
TCChenlong
reviewed
Sep 29, 2020
Contributor
TCChenlong
left a comment
There was a problem hiding this comment.
周威 @zhouwei25 已经修过了 PR 27671
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Docs
Describe
根据2.0API要求,修改paddle.in_dynamic_mode代码示例
icafe描述如下:
(1)1.8API list:paddle.fluid.dygraph.enabled
(2)2.0_main_alias:paddle.in_dynamic_mode
(3) 组长建议:新API名称:暂无,文档和示例待更新
经与胡晓光沟通:
本次文档修复,不修复enabled文档。而是修复fluid.in_dygraph_mode文档,并建议用户使用paddle.in_dynamic_mode
文档预览图:
