提交 5da0133d authored 作者: David Warde-Farley's avatar David Warde-Farley 提交者: Arnaud Bergeron

Fix reduce import error.

上级 7365e01e
...@@ -13,7 +13,7 @@ import theano ...@@ -13,7 +13,7 @@ import theano
from theano import gof from theano import gof
from theano.gof import Variable from theano.gof import Variable
from theano.compat import OrderedDict, izip from theano.compat import OrderedDict, izip
from six.moves import xrange from six.moves import xrange, reduce
from theano.gof.null_type import NullType, null_type from theano.gof.null_type import NullType, null_type
from theano.gof.op import get_debug_values from theano.gof.op import get_debug_values
from theano.compile import ViewOp from theano.compile import ViewOp
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论