From b7493ca844172ea312beefca0eb5405e094eba81 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 14 Aug 2017 11:30:12 +0000 Subject: [PATCH] Deploy to GitHub Pages: f80fea8d0a55cf21d95defea41c43fcf2c3264a8 --- develop/doc/api/v2/config/evaluators.html | 6 +++--- develop/doc_cn/api/v2/config/evaluators.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/develop/doc/api/v2/config/evaluators.html b/develop/doc/api/v2/config/evaluators.html index af7efa9e43f..d94f4a4617c 100644 --- a/develop/doc/api/v2/config/evaluators.html +++ b/develop/doc/api/v2/config/evaluators.html @@ -417,7 +417,7 @@ F1-score of this label.

Positive-negative pair rate Evaluator which adapts to rank task like learning to rank. This evaluator must contain at least three layers.

The simple usage:

-
eval = evaluator.pnpair(input, info, label)
+
eval = evaluator.pnpair(input, label, info)
 
@@ -425,12 +425,12 @@ learning to rank. This evaluator must contain at least three layers.

diff --git a/develop/doc_cn/api/v2/config/evaluators.html b/develop/doc_cn/api/v2/config/evaluators.html index 251544b8a30..f401ad59d20 100644 --- a/develop/doc_cn/api/v2/config/evaluators.html +++ b/develop/doc_cn/api/v2/config/evaluators.html @@ -422,7 +422,7 @@ F1-score of this label.

Positive-negative pair rate Evaluator which adapts to rank task like learning to rank. This evaluator must contain at least three layers.

The simple usage:

-
eval = evaluator.pnpair(input, info, label)
+
eval = evaluator.pnpair(input, label, info)
 
Parameters:
    -
  • name (None|basestring) – Evaluator name.
  • input (paddle.v2.config_base.Layer) – Input Layer name. The output prediction of network.
  • label (paddle.v2.config_base.Layer) – Label layer name.
  • -
  • info (paddle.v2.config_base.Layer) – Label layer name. (TODO, explaination)
  • +
  • info (paddle.v2.config_base.Layer) – Info layer name. (TODO, explaination)
  • weight (paddle.v2.config_base.Layer) – Weight Layer name. It should be a matrix with size [sample_num, 1]. (TODO, explaination)
  • +
  • name (None|basestring) – Evaluator name.
@@ -430,12 +430,12 @@ learning to rank. This evaluator must contain at least three layers.

-- GitLab
参数:
    -
  • name (None|basestring) – Evaluator name.
  • input (paddle.v2.config_base.Layer) – Input Layer name. The output prediction of network.
  • label (paddle.v2.config_base.Layer) – Label layer name.
  • -
  • info (paddle.v2.config_base.Layer) – Label layer name. (TODO, explaination)
  • +
  • info (paddle.v2.config_base.Layer) – Info layer name. (TODO, explaination)
  • weight (paddle.v2.config_base.Layer) – Weight Layer name. It should be a matrix with size [sample_num, 1]. (TODO, explaination)
  • +
  • name (None|basestring) – Evaluator name.