You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/howto/cmd_parameter/detail_introduction.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
- type: string (default: null).
32
32
33
33
*`--version`
34
-
- Whether to print version infomatrion.
34
+
- Whether to print version information.
35
35
- type: bool (default: 0).
36
36
37
37
*`--show_layer_stat`
@@ -110,8 +110,8 @@
110
110
- type: int32 (default: -1).
111
111
112
112
*`--test_period`
113
-
- Run testing every test_period train batches. If not set, run testing each pass.
114
-
- type: int32 (default: 1000).
113
+
- if equal 0, do test on all test data at the end of each pass. While if equal non-zero, do test on all test data every test_period batches.
114
+
- type: int32 (default: 0).
115
115
116
116
*`--test_wait`
117
117
- 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,10 +121,6 @@
121
121
- File that saves the model list when testing. It was set automatically when using cluster submitting environment after setting model_path.
122
122
- type: string (default: "", null).
123
123
124
-
*`--test_all_data_in_one_period`
125
-
- This argument is usually used in testing period during traning. If true, all data will be tested in one test period. Otherwise (batch_size * log_peroid) data will be tested.
126
-
- type: bool (default: 0).
127
-
128
124
*`--predict_output_dir`
129
125
- Directory that saves the layer output. It is configured in Outputs() in network config. Default, this argument is null, meaning save nothing. Specify this directory if you want to save feature map of some layers in testing mode. Note that, layer outputs are values after activation function.
0 commit comments