From 96bbb20e0823ea0cf328ff1ae836e1f1c79d0a6e Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Thu, 29 Jun 2017 09:59:30 +0000
Subject: [PATCH] Deploy to GitHub Pages:
d011514e5fb7980ee66fb16171d9f2c756853f19
---
develop/doc/api/v2/config/layer.html | 20 ++++++++---------
develop/doc/api/v2/config/networks.html | 26 +++++++++++++---------
develop/doc/searchindex.js | 2 +-
develop/doc_cn/api/v2/config/layer.html | 20 ++++++++---------
develop/doc_cn/api/v2/config/networks.html | 26 +++++++++++++---------
develop/doc_cn/searchindex.js | 2 +-
6 files changed, 52 insertions(+), 44 deletions(-)
diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html
index eb10ff792f4..11191b558c2 100644
--- a/develop/doc/api/v2/config/layer.html
+++ b/develop/doc/api/v2/config/layer.html
@@ -1027,6 +1027,7 @@ more details about LSTM.
Parameters: |
- name (basestring) – The lstmemory layer name.
+- size (int) – DEPRECATED. size of the lstm cell
- input (paddle.v2.config_base.Layer) – input layer name.
- reverse (bool) – is sequence process reversed or not.
- act (paddle.v2.activation.Base) – activation type, paddle.v2.activation.Tanh by default. \(h_t\)
@@ -1093,6 +1094,7 @@ Recurrent Neural Networks on Sequence Modeling.
Parameters: |
- name (None|basestring) – The gru layer name.
- input (paddle.v2.config_base.Layer.) – input layer.
+- size (int) – DEPRECATED. size of the gru cell
- reverse (bool) – Whether sequence process is reversed or not.
- act (paddle.v2.activation.Base) – activation type, paddle.v2.activation.Tanh by default. This activation
affects the \({\tilde{h_t}}\).
@@ -1103,8 +1105,6 @@ This activation affects the \(z_t\) and |
---|
|
---|