Skip to content

Commit

Permalink
fix bug in CMakelists and layers.py
Browse files Browse the repository at this point in the history
ISSUE=4612433 

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1476 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
luotao02 committed Sep 1, 2016
1 parent af0bbfa commit fe22c46
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



if(NOT DEFINED SPHINX_THEME)
set(SPHINX_THEME default)
endif()
@@ -45,5 +42,5 @@ sphinx_add_target(paddle_docs
${SPHINX_HTML_DIR})

add_dependencies(paddle_docs
gen_proto_py)
#paddle_doxygen_docs)
gen_proto_py
paddle_doxygen_docs)
2 changes: 0 additions & 2 deletions python/paddle/trainer_config_helpers/layers.py
Original file line number Diff line number Diff line change
@@ -824,8 +824,6 @@ def lstmemory(input, name=None, reverse=False, act=None,
.. _Link: http://arxiv.org/abs/1308.0850
TODO(yuyang18): Check lstm can take multiple input values or not?
:param name: The lstmemory layer name.
:type name: basestring
:param input: input layer name.

0 comments on commit fe22c46

Please sign in to comment.