提交 2046eafe authored 作者: Frederic Bastien's avatar Frederic Bastien

fix many import about the move of SharedVariable

上级 c23320a7
...@@ -14,7 +14,7 @@ import logging, StringIO, time, sys ...@@ -14,7 +14,7 @@ import logging, StringIO, time, sys
import numpy import numpy
import theano import theano
from theano.compile.sandbox import shared, pfunc from theano.compile import shared, pfunc
from theano import tensor from theano import tensor
from theano.tensor.nnet import softplus from theano.tensor.nnet import softplus
from theano.sandbox.softsign import softsign from theano.sandbox.softsign import softsign
......
import sys, time import sys, time
from theano.compile.sandbox.sharedvalue import shared from theano.compile.sharedvalue import shared
from theano.compile.sandbox.pfunc import pfunc from theano.compile.pfunc import pfunc
from theano import tensor from theano import tensor
import numpy import numpy
......
import sys, time import sys, time
from theano.compile.sandbox.sharedvalue import shared from theano.compile.sharedvalue import shared
from theano.compile.sandbox.pfunc import pfunc from theano.compile.pfunc import pfunc
from theano import tensor from theano import tensor
import theano import theano
import numpy import numpy
......
import sys, time import sys, time
from theano.compile.sandbox.sharedvalue import shared from theano.compile.sharedvalue import shared
from theano.compile.sandbox.pfunc import pfunc from theano.compile.pfunc import pfunc
from theano import tensor from theano import tensor
import numpy import numpy
......
...@@ -30,7 +30,7 @@ __docformat__ = 'restructedtext en' ...@@ -30,7 +30,7 @@ __docformat__ = 'restructedtext en'
import traceback import traceback
import numpy import numpy
import theano import theano
import theano.compile.sandbox import theano.compile
from theano.tensor import opt from theano.tensor import opt
from theano import gof from theano import gof
from theano.compile import optdb from theano.compile import optdb
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论