-
Notifications
You must be signed in to change notification settings - Fork 826
修复paddle.amax、paddle.amin的参数问题,删除多个API中【返回类型】 #4978
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
f218545
Update amax_cn.rst
ReganYue f64239b
Update amin_cn.rst
ReganYue 34d875e
Merge branch 'PaddlePaddle:develop' into develop
ReganYue 4d273f6
Update py_reader_cn.rst
ReganYue b8b654b
Update ctc_greedy_decoder_cn.rst
ReganYue a1fd757
Update im2sequence_cn.rst
ReganYue fcd450c
Update pad_constant_like_cn.rst
ReganYue 2780a6b
Update space_to_depth_cn.rst
ReganYue 50fc0cc
Update simple_img_conv_pool_cn.rst
ReganYue ede3ab3
Update sequence_conv_pool_cn.rst
ReganYue f65b8d0
Merge branch 'PaddlePaddle:develop' into develop
ReganYue dd26059
Update roi_perspective_transform_cn.rst
ReganYue cb45e67
Modify English punctuation marks
ReganYue 9549710
Merge branch 'develop' of https://github.com/ReganYue/docs into develop
ReganYue e80c824
Update docs/api/paddle/fluid/layers/ctc_greedy_decoder_cn.rst
ReganYue b91588e
Update ctc_greedy_decoder_cn.rst
ReganYue 2a86c72
Update ctc_greedy_decoder_cn.rst
ReganYue b70adae
Update ctc_greedy_decoder_cn.rst
ReganYue 83973f3
Update ctc_greedy_decoder_cn.rst
ReganYue cfd1e38
Update ctc_greedy_decoder_cn.rst
ReganYue e8a91f0
Update im2sequence_cn.rst
ReganYue 17e07f8
Update im2sequence_cn.rst
ReganYue 46a3b4f
Update pad_constant_like_cn.rst
ReganYue 5515245
Update py_reader_cn.rst
ReganYue 6ac74a7
Update roi_perspective_transform_cn.rst
ReganYue 4061fac
Update roi_perspective_transform_cn.rst
ReganYue 6863f30
Update space_to_depth_cn.rst
ReganYue 4b6e7b6
Update sequence_conv_pool_cn.rst
ReganYue e83103c
Update simple_img_conv_pool_cn.rst
ReganYue b0ffc52
Update simple_img_conv_pool_cn.rst
ReganYue 38dcd19
Merge branch 'PaddlePaddle:develop' into develop
ReganYue 196f3e7
Update amax_cn.rst
ReganYue 7ef0629
修复格式及中英文括号问题
ReganYue fd747be
Merge branch 'develop' of https://github.com/ReganYue/docs into develop
ReganYue a71c5c8
update
ReganYue b4cee44
Update amin_cn.rst
ReganYue 89219d0
Update ctc_greedy_decoder_cn.rst
ReganYue 4d8bc3b
Update ctc_greedy_decoder_cn.rst
ReganYue a7ae51c
update
ReganYue cc3f1b7
Merge branch 'PaddlePaddle:develop' into develop
ReganYue bd38440
修改标点符号
ReganYue ee6f5eb
Merge branch 'develop' of https://github.com/ReganYue/docs into develop
ReganYue db1db9b
Update save_inference_model_cn.rst
ReganYue c867398
Update crop_cn.rst
ReganYue 0ed4d8f
Update unfold_cn.rst
ReganYue d8930dc
Update pad_cn.rst
ReganYue c299623
Update zeropad2d_cn.rst
ReganYue de66481
Update cosine_similarity_cn.rst
ReganYue 1dff704
Update square_error_cost_cn.rst
ReganYue 9fe0040
Update smooth_l1_loss_cn.rst
ReganYue f3e42a5
Update margin_ranking_loss_cn.rst
ReganYue 7d516c3
Update mse_loss_cn.rst
ReganYue 7cd5aaf
update*test=document_fix
ReganYue 281bbce
Merge branch 'PaddlePaddle:develop' into develop
ReganYue 7e95631
Update margin_ranking_loss_cn.rst
Ligoml 92adaae
Update crop_cn.rst
Ligoml 127c20a
Update mse_loss_cn.rst
Ligoml 44d6f3e
Merge branch 'PaddlePaddle:develop' into develop
ReganYue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
对于 rst 来说,空一行才是拆分段落。仅仅换行只是为了美观折断过长的行,这样并不会渲染成两个段落(
<p>
),只会在两行间加一个空格最终会渲染为
ref: https://www.sphinx-doc.org/zh_CN/master/usage/restructuredtext/basics.html
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.
PS: 嫌麻烦咱可以直接把这个文件恢复了,毕竟是 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.
没事没事 感谢大佬指导我学习!
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.
对,这个是fluid下的api,后面会逐步废弃