提交 9d989807 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed a typo

上级 6447ce7e
...@@ -912,7 +912,7 @@ def scan(fn, ...@@ -912,7 +912,7 @@ def scan(fn,
in dummy_f.maker.expanded_inputs in dummy_f.maker.expanded_inputs
if (isinstance(arg.variable, SharedVariable) and if (isinstance(arg.variable, SharedVariable) and
not arg.update)] not arg.update)]
givens.update(OrdereDict(zip(other_shared_scan_args, givens.update(OrderedDict(zip(other_shared_scan_args,
other_shared_inner_args))) other_shared_inner_args)))
## ##
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论