提交 bf6fd470 编写于 作者: Q qiaolongfei

modify setup.py.in and remove unused code

上级 ba51e6ea
......@@ -389,9 +389,6 @@ def recurrent_group(step, input, name=None):
non_static_inputs = filter(lambda x: not isinstance(x, StaticInputV2),
input)
static_inputs = filter(lambda x: isinstance(x, StaticInputV2), input)
static_inputs = [static_input.input for static_input in static_inputs]
actual_input = [
RecurrentLayerInput(
recurrent_name=name,
......
......@@ -8,7 +8,8 @@ packages=['paddle',
'paddle.v2',
'paddle.v2.dataset',
'paddle.v2.reader',
'paddle.v2.plot']
'paddle.v2.plot',
'paddle.v2.layers']
setup(name='paddle',
version='${PADDLE_VERSION}',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册