标签: theano
这三个导入工作:
from theano import tensor import theano.tensor from theano import shared
但是这个没有:
import theano.shared
相反,会出现以下错误消息:
ImportError:没有名为shared 的模块
ImportError:没有名为shared