提交 91e9f124 authored 作者: abalkin's avatar abalkin

Use absolute imports.

上级 a795fc9d
......@@ -27,12 +27,12 @@ from theano.gof import PureOp, Apply
import theano.tensor
from theano.tensor import TensorType
import gof
from theano import gof
from compile import optdb
from tensor import opt
from scan_module.scan_utils import find_up
from scan_module.scan_utils import clone
from theano.compile import optdb
from theano.tensor import opt
from theano.scan_module.scan_utils import find_up
from theano.scan_module.scan_utils import clone
_logger = logging.getLogger('theano.ifelse')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论