Skip to content

Commit 1b83092

Browse files
authored
Merge pull request #2082 from gangliao/new_rel
fix conflicts
2 parents ad78981 + b7cda54 commit 1b83092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/v1/data_provider/pydataprovider2_en.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ input_types
178178
+++++++++++
179179

180180
PaddlePaddle has four data types, and three sequence types.
181-
The four data types are:
181+
The four data types are:
182182

183183
* :code:`dense_vector`: dense float vector.
184184
* :code:`sparse_binary_vector`: sparse binary vector, most of the value is 0, and
@@ -231,7 +231,7 @@ Its parameters lists as follows:
231231
* :code:`is_train` is a bool parameter that indicates the DataProvider is used in
232232
training or testing.
233233
* :code:`file_list` is the list of all files.
234-
234+
235235
* User-defined parameters args can be set in training configuration.
236236

237237
Note, PaddlePaddle reserves the right to add pre-defined parameter, so please

0 commit comments

Comments
 (0)