diff --git a/develop/doc/api/v2/run_logic.html b/develop/doc/api/v2/run_logic.html index 07784807d1e7ecf2ebeafce19b8c46fe9d2a0edd..38c022513c232ec855f3eb68ed27f7f38337d3f4 100644 --- a/develop/doc/api/v2/run_logic.html +++ b/develop/doc/api/v2/run_logic.html @@ -502,7 +502,7 @@ index that reader returns.

Inference

-paddle.v2.infer(output, parameters, input=None, batch_size=None, reader=None, feeding=None, field='value')
+paddle.v2.infer(output_layer, parameters, input, feeding=None, field='value')

Infer a neural network by given neural network output and parameters. The user should pass either a batch of input data or reader method.

Example usages:

@@ -516,14 +516,10 @@ user should pass either a batch of input data or reader method.

Parameters: