提交 347d8937 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

pep8

上级 f509146d
...@@ -29,7 +29,7 @@ class TestScan(unittest.TestCase): ...@@ -29,7 +29,7 @@ class TestScan(unittest.TestCase):
def f_pow2(x_tm1): def f_pow2(x_tm1):
return 2 * x_tm1 return 2 * x_tm1
for n_steps in [-1,1, 5, -5]: for n_steps in [-1, 1, 5, -5]:
state = theano.tensor.scalar('state') state = theano.tensor.scalar('state')
output, updates = scan_module.scan(f_pow2, output, updates = scan_module.scan(f_pow2,
[], [],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论