From 6cd3e196992946b38d6d7c6b7d1b0b6eb5213012 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Wed, 8 Nov 2017 01:49:49 +0000
Subject: [PATCH] Deploy to GitHub Pages:
fcc50cb41237aa5994a22228c68ecae43fdbd854
---
develop/doc/api/v2/config/layer.html | 6 +++---
develop/doc_cn/api/v2/config/layer.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html
index 11234c51107..a3e2079cf34 100644
--- a/develop/doc/api/v2/config/layer.html
+++ b/develop/doc/api/v2/config/layer.html
@@ -2207,8 +2207,8 @@ will be sliced for multiple times.
Parameters: |
- name (basestring) – The name of this layer. It is optional.
- input (paddle.v2.config_base.Layer) – The input of this layer, which should be a sequence.
-- starts (paddle.v2.config_base.Layer | None) – start indices to slice the input sequence.
-- ends (paddle.v2.config_base.Layer | None) – end indices to slice the input sequence.
+- starts (paddle.v2.config_base.Layer | None) – The start indices to slice the input sequence.
+- ends (paddle.v2.config_base.Layer | None) – The end indices to slice the input sequence.
|
@@ -3033,7 +3033,7 @@ processed in one batch.
class paddle.v2.layer.
scale_shift
A layer applies a linear transformation to each element in each row of
-the input matrix. For each element, the layer first re-scale it and then
+the input matrix. For each element, the layer first re-scales it and then
adds a bias to it.
This layer is very like the SlopeInterceptLayer, except the scale and
bias are trainable.
diff --git a/develop/doc_cn/api/v2/config/layer.html b/develop/doc_cn/api/v2/config/layer.html
index 3015326f8da..11adf07ac5a 100644
--- a/develop/doc_cn/api/v2/config/layer.html
+++ b/develop/doc_cn/api/v2/config/layer.html
@@ -2221,8 +2221,8 @@ will be sliced for multiple times.
参数: |
- name (basestring) – The name of this layer. It is optional.
- input (paddle.v2.config_base.Layer) – The input of this layer, which should be a sequence.
-- starts (paddle.v2.config_base.Layer | None) – start indices to slice the input sequence.
-- ends (paddle.v2.config_base.Layer | None) – end indices to slice the input sequence.
+- starts (paddle.v2.config_base.Layer | None) – The start indices to slice the input sequence.
+- ends (paddle.v2.config_base.Layer | None) – The end indices to slice the input sequence.
|
@@ -3047,7 +3047,7 @@ processed in one batch.
class paddle.v2.layer.
scale_shift
A layer applies a linear transformation to each element in each row of
-the input matrix. For each element, the layer first re-scale it and then
+the input matrix. For each element, the layer first re-scales it and then
adds a bias to it.
This layer is very like the SlopeInterceptLayer, except the scale and
bias are trainable.
--
GitLab