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
* Text Convolution Pooling Layer, :ref:`api_trainer_config_helpers_network_text_conv_pool`
251
+
* Declare Python Data Sources :ref:`api_trainer_config_helpers_data_sources`.
262
252
263
253
Data Provider
264
254
'''''''''''''
@@ -274,7 +264,7 @@ In this :code:`dataprovider.py`, we should set\:
274
264
* use_seq\: Whether this :code:`dataprovider.py` in sequence mode or not.
275
265
* process\: Return each sample of data to :code:`paddle`.
276
266
277
-
The data provider details document see `there <../../ui/data_provider/pydataprovider2.html>`_.
267
+
The data provider details document see :ref:`api_pydataprovider`.
278
268
279
269
Train
280
270
`````
@@ -290,8 +280,7 @@ The run.sh is shown as follow:
290
280
It just start a paddle training process, write the log to `log.txt`,
291
281
then print it on screen.
292
282
293
-
Each command line argument in :code:`run.sh`, please refer to the `command line
294
-
arguments <../../ui/index.html#command-line-argument>`_ page. The short description of these arguments is shown as follow.
283
+
Each command line argument in :code:`run.sh`, please refer to the :ref:`cmd_line_index_en` page. The short description of these arguments is shown as follow.
295
284
296
285
* config\: Tell paddle which file is neural network configuration.
297
286
* save_dir\: Tell paddle save model into './output'
0 commit comments