提交 f271c46c authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Revert imports to fix Python 3.6 circular import error

上级 f6e09009
......@@ -33,12 +33,12 @@ supposed to be canonical.
import logging
import theano.tensor.basic as tt
import theano.scalar.basic as scal
from theano.tensor.elemwise import CAReduce
from theano.tensor import basic as tt
from theano import scalar as scal
from theano.tensor import DimShuffle, Subtensor
from theano.gof.opt import copy_stack_trace, local_optimizer
from theano.tensor.subtensor import Subtensor
from theano.tensor.elemwise import CAReduce, DimShuffle
from theano.tensor.opt import register_uncanonicalize
_logger = logging.getLogger("theano.tensor.opt")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论