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

PEP8

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