Skip to content

Commit 02be4fe

Browse files
authored
Update detail_introduction_en.md
1 parent 72436e6 commit 02be4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/howto/usage/cmd_parameter/detail_introduction_en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@
118118
- type: int32 (default: 0).
119119

120120
* `--test_wait`
121-
- Whether to wait for parameter per pass if not exist. If set test_data_path in submitting environment of cluster, it will launch one process to perfom testing, so we need to set test_wait=1. Note that in the cluster submitting environment, this argument has been set True by default.
121+
 - Whether to wait for parameter per pass if not exist. It can be used when user launch another process to perfom testing during the training process.
122122
- type: bool (default: 0).
123123

124124
* `--model_list`
125-
- File that saves the model list when testing. It was set automatically when using cluster submitting environment after setting model_path.
125+
- File that saves the model list when testing.
126126
- type: string (default: "", null).
127127

128128
* `--predict_output_dir`
@@ -212,7 +212,7 @@
212212
- type: bool (default: 0).
213213

214214
* `--pservers`
215-
- Comma separated IP addresses of pservers. It is set automatically in cluster submitting environment.
215+
- Comma separated IP addresses of pservers.
216216
- type: string (default: "127.0.0.1").
217217

218218
* `--port`

0 commit comments

Comments
 (0)