forked from PaddlePaddle/docs
-
Notifications
You must be signed in to change notification settings - Fork 2
updating my fork #1
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
Conversation
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
* update docs * update docs * mv multi_dot to linalg * update styles * fix ocr
* add faq of save/load * fix ci-bugs for save/load faq * perfect save/load faq
* add wide resnet * update ResNet doc * update Overview * trigger CI
* add gather cn faq * follow comments * fix format again * fix again
* Add sparse_attention warnning * add warning
* add faq about pack_padded_sequence & pad_packed_sequence API * add faq about pack_padded_sequence & pad_packed_sequence API
* add bincount api cn doc * fix cn doc * add name * fix arg description
add LODTensor deprecation explanation
as the script will remove the ipynb files after converting, so the `Edit On Github` function will be misled.
…nx conf.py文件配合完成alias的问题 (#4108)
* add img to collective docs * add reduce img to docs * modified img * modified some bugs and add docs to recompute * complement global_gather and global_scatter docs * modified the scatter op img * fix small error * complement the docs by review * complement the annotations to the communication operators according to the figures * add annotation to the rank * modified the split figures * modified the annotation of paddle.distributed.split
* add paddle.incubate.send_recv API doc * add default value of pool_type * fix default value of pool_type * change import * change intro * fix bug in api * fix display bug * modify wording * mv send_recv to graph_send_recv
* fix typo * fix typo * fix ffn doc * fix ffn doc * fix typo
* add isclose chinese doc * update isclose doc * add ref iscolse to overview * Update isclose_cn.rst Co-authored-by: Chen Long <[email protected]>
* refine dy2stat docs * fix index_cn.rst * fix code review * modify the explanation for imgs * change title
* add doc of zeropad2d * add doc of zeropad2d v0.2 * add doc of zeropad2d v0.2 * add doc of zeropad2d v0.3 * Update ZeroPad2D_cn.rst * add doc of zeropad2d v0.4 * Update Overview_cn.rst * Update ZeroPad2D_cn.rst * add doc of zeropad2d v0.5 Co-authored-by: Chen Long <[email protected]>
* 动转静概述更新 更新动转静概述章节,补充两个Block,什么是动态图和静态图,什么场景下需要动态图转成静态图 * 动转静概述更新 增加动转静方案示意图 * update style update style * update style * Update index_cn.rst * 修复格式问题 * update codes Co-authored-by: Chen Long <[email protected]>
* add deg2rad & rad2deg docs * fix file name
* add doc for paddle.angle * fix inline math format, fix typos * add angle to index * add to methods for Tensor
* add diff chinese doc, test=develop * update diff doc * add isclose diff to tensor ch doc * fix args description * fix some note * add some note * add some note * add some note
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.
updating my fork