File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ input_types
178
178
+++++++++++
179
179
180
180
PaddlePaddle has four data types, and three sequence types.
181
- The four data types are:
181
+ The four data types are:
182
182
183
183
* :code: `dense_vector `: dense float vector.
184
184
* :code: `sparse_binary_vector `: sparse binary vector, most of the value is 0, and
@@ -231,7 +231,7 @@ Its parameters lists as follows:
231
231
* :code: `is_train ` is a bool parameter that indicates the DataProvider is used in
232
232
training or testing.
233
233
* :code: `file_list ` is the list of all files.
234
-
234
+
235
235
* User-defined parameters args can be set in training configuration.
236
236
237
237
Note, PaddlePaddle reserves the right to add pre-defined parameter, so please
You can’t perform that action at this time.
0 commit comments