From bd0e12c7e8ed6ea5ced34ced9560ccd64db07c90 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 25 Apr 2017 06:53:06 +0000 Subject: [PATCH] Deploy to GitHub Pages: 59be92e0964e9382e06eb9acea1ab531dcf27ec9 --- .../v1/trainer_config_helpers/layers.rst.txt | 6 +++ .../doc/_sources/api/v2/config/layer.rst.txt | 5 +++ .../api/v1/trainer_config_helpers/layers.html | 42 ++++++++++++++++++- develop/doc/api/v2/config/layer.html | 42 ++++++++++++++++++- develop/doc/searchindex.js | 2 +- .../v1/trainer_config_helpers/layers.rst.txt | 6 +++ .../_sources/api/v2/config/layer.rst.txt | 5 +++ .../api/v1/trainer_config_helpers/layers.html | 42 ++++++++++++++++++- develop/doc_cn/api/v2/config/layer.html | 42 ++++++++++++++++++- develop/doc_cn/searchindex.js | 2 +- 10 files changed, 188 insertions(+), 6 deletions(-) diff --git a/develop/doc/_sources/api/v1/trainer_config_helpers/layers.rst.txt b/develop/doc/_sources/api/v1/trainer_config_helpers/layers.rst.txt index 24389c2d857..75c1b352464 100644 --- a/develop/doc/_sources/api/v1/trainer_config_helpers/layers.rst.txt +++ b/develop/doc/_sources/api/v1/trainer_config_helpers/layers.rst.txt @@ -498,6 +498,12 @@ hsigmoid :members: hsigmoid :noindex: +smooth_l1_cost +-------------- +.. automodule:: paddle.trainer_config_helpers.layers + :members: smooth_l1_cost + :noindex: + Check Layer ============ diff --git a/develop/doc/_sources/api/v2/config/layer.rst.txt b/develop/doc/_sources/api/v2/config/layer.rst.txt index 2a02baf17ba..154cfe24432 100644 --- a/develop/doc/_sources/api/v2/config/layer.rst.txt +++ b/develop/doc/_sources/api/v2/config/layer.rst.txt @@ -419,6 +419,11 @@ hsigmoid .. autoclass:: paddle.v2.layer.hsigmoid :noindex: +smooth_l1_cost +-------------- +.. autoclass:: paddle.v2.layer.smooth_l1_cost + :noindex: + Check Layer ============ diff --git a/develop/doc/api/v1/trainer_config_helpers/layers.html b/develop/doc/api/v1/trainer_config_helpers/layers.html index cf1439da2a5..d7344b1368a 100644 --- a/develop/doc/api/v1/trainer_config_helpers/layers.html +++ b/develop/doc/api/v1/trainer_config_helpers/layers.html @@ -287,6 +287,7 @@
  • warp_ctc_layer
  • nce_layer
  • hsigmoid
  • +
  • smooth_l1_cost
  • Check Layer