提交 2b7ded1c authored 作者: Razvan Pascanu's avatar Razvan Pascanu

wrong indentention

上级 cb011fc0
...@@ -492,7 +492,7 @@ def scan(fn, ...@@ -492,7 +492,7 @@ def scan(fn,
n_outs = len(dummy_f.maker.outputs) n_outs = len(dummy_f.maker.outputs)
if as_while: if as_while:
n_outs = n_outs - 1 n_outs = n_outs - 1
outs_info = [dict('steps':n_steps) for x in xrange(n_outs)] outs_info = [dict(steps=n_steps) for x in xrange(n_outs)]
## Step 5.1 Outputs with taps different then -1 ## Step 5.1 Outputs with taps different then -1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论