提交 443c0ad0 authored 作者: abalkin's avatar abalkin

Replaced relative import with absolute.

上级 981d6db4
import copy import copy
import scipy.sparse import scipy.sparse
from theano.compile import shared_constructor, SharedVariable from theano.compile import shared_constructor, SharedVariable
from theano import config from theano.sparse.basic import SparseType, _sparse_py_operators
from basic import SparseType, _sparse_py_operators
class SparseTensorSharedVariable(_sparse_py_operators, SharedVariable): class SparseTensorSharedVariable(_sparse_py_operators, SharedVariable):
pass pass
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论