提交 8f9f093a authored 作者: Olivier Delalleau's avatar Olivier Delalleau

PEP8

上级 6af465ee
...@@ -222,9 +222,9 @@ def get_updates_and_outputs(ls): ...@@ -222,9 +222,9 @@ def get_updates_and_outputs(ls):
'The return value of your scan lambda expression may only be ' 'The return value of your scan lambda expression may only be '
'made of lists, tuples, or dictionaries containing Theano ' 'made of lists, tuples, or dictionaries containing Theano '
'variables (or `theano.scan_module.until` objects for ' 'variables (or `theano.scan_module.until` objects for '
'conditions). In particular if you need to use constant values, ' 'conditions). In particular if you need to use constant '
'you can use `tensor.constant` to turn them into Theano ' 'values, you can use `tensor.constant` to turn them into '
'variables.') 'Theano variables.')
if is_outputs(ls): if is_outputs(ls):
return None, _list(ls), {} return None, _list(ls), {}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论