Merge pull request #2082 from gangliao/new_rel

fix conflicts
release/0.10.0
gangliao 8 years ago committed by GitHub
commit 1b83092db1

@ -178,7 +178,7 @@ input_types
+++++++++++ +++++++++++
PaddlePaddle has four data types, and three sequence types. PaddlePaddle has four data types, and three sequence types.
The four data types are: The four data types are:
* :code:`dense_vector`: dense float vector. * :code:`dense_vector`: dense float vector.
* :code:`sparse_binary_vector`: sparse binary vector, most of the value is 0, and * :code:`sparse_binary_vector`: sparse binary vector, most of the value is 0, and
@ -231,7 +231,7 @@ Its parameters lists as follows:
* :code:`is_train` is a bool parameter that indicates the DataProvider is used in * :code:`is_train` is a bool parameter that indicates the DataProvider is used in
training or testing. training or testing.
* :code:`file_list` is the list of all files. * :code:`file_list` is the list of all files.
* User-defined parameters args can be set in training configuration. * User-defined parameters args can be set in training configuration.
Note, PaddlePaddle reserves the right to add pre-defined parameter, so please Note, PaddlePaddle reserves the right to add pre-defined parameter, so please

Loading…
Cancel
Save