提交 4efcb9e2 authored 作者: abalkin's avatar abalkin

Convert relative imports to absolute

上级 cfdb3747
...@@ -2,9 +2,9 @@ import numpy as np ...@@ -2,9 +2,9 @@ import numpy as np
import numpy import numpy
import theano import theano
import basic from theano.tensor import basic
from theano import gof, scalar from theano import gof, scalar
import basic as tensor tensor = basic
from theano.gradient import DisconnectedType from theano.gradient import DisconnectedType
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论