-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Update index_en.rst #9280
Update index_en.rst #9280
Conversation
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.
Thank you for the PR. There are some suggestions for the grammar and sentence structure. Please look at that before merging.
doc/v2/howto/index_en.rst
Outdated
======= | ||
======== | ||
|
||
PaddlePaddle allows users to flexibly set various command line parameters to control the model training or forecasting process. How to use please refer to: |
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.
PaddlePaddle provides the users the ability to flexibly set various command line parameters to control the model training and inference process. Please refer to the following instructions on using PaddlePaddle
doc/v2/howto/index_en.rst
Outdated
|
||
cmd_parameter/index_cn.rst | ||
|
||
PaddlePaddle supports distributed training tasks on fabric clusters, MPI clusters, and kubernetes clusters. For detailed configuration and usage instructions, refer to: |
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.
kubernetes -> Kubernetes
:maxdepth: 1 | ||
|
||
cluster/index_cn.rst | ||
|
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.
the -> a
prediction -> inference
doc/v2/howto/index_en.rst
Outdated
|
||
cluster/index_cn.rst | ||
|
||
PaddlePaddle provides the C-API for prediction. We provide the following guidelines about the use of C-API: |
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.
"about the use of C-API" -> for using the C-API
Update refer to commits
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!
Thank you!! @abhinavarora @sidgoyal78 |
* commit '9c35b0dc1ba0ace5acf721685802a21045ea1249': (36 commits) Fix dist compile error (PaddlePaddle#9320) Fix bug for backward tanspiler when using parallel_do operator. (PaddlePaddle#9282) update fix transpiler bug Update index_en.rst (PaddlePaddle#9286) "fix mixed_vector bug" (PaddlePaddle#9319) Update index_en.rst (PaddlePaddle#9280) Adjust some contents in write_docs_en.rst for Contribue Documentation (PaddlePaddle#9147) CMake refine for HIP support. Fix CI. Reuduce memory copy when communication between trainer and pserver. (PaddlePaddle#9271) Modified build.sh and remove build_doc.sh fix doc Enhance device context pool (PaddlePaddle#9293) Device blobs are created only in training. Added testing attribute Shrink batch_norm_grad's inputs updates prepare and create op before run wip small fix initial commit ... # Conflicts: # cmake/external/eigen.cmake
* add test cases for 3D attention_mask and attn_mask_startend_row_indices * update attn_mask_startend_row_indices return type
update en version
fix #8908