导入theano.shared

时间:2016-02-02 00:35:17

标签: theano

这三个导入工作:

from theano import tensor
import theano.tensor
from theano import shared

但是这个没有:

import theano.shared

相反,会出现以下错误消息:

  

ImportError:没有名为shared

的模块

0 个答案:

没有答案