提交 6a793bd1 authored 作者: Frederic Bastien's avatar Frederic Bastien

typo

上级 1417ef93
...@@ -1730,7 +1730,7 @@ class FunctionMaker(object): ...@@ -1730,7 +1730,7 @@ class FunctionMaker(object):
def _constructor_FunctionMaker(kwargs): def _constructor_FunctionMaker(kwargs):
# Needed for old pickle # Needed for old pickle
# Old pickle have at least the problem that output_keys where not safed. # Old pickle have at least the problem that output_keys where not saved.
if theano.config.unpickle_function: if theano.config.unpickle_function:
if theano.config.reoptimize_unpickled_function: if theano.config.reoptimize_unpickled_function:
del kwargs['fgraph'] del kwargs['fgraph']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论