提交 c141d108 authored 作者: Frederic's avatar Frederic

fix import

上级 79fdc42f
...@@ -3,10 +3,9 @@ import time ...@@ -3,10 +3,9 @@ import time
import numpy import numpy
from scipy import ndimage from scipy import ndimage
import theano import theano
from theano.tensor.nnet.conv3d2d import *
from theano.sandbox import cuda from theano.sandbox import cuda
from conv3d2d import *
if theano.config.mode == 'FAST_COMPILE': if theano.config.mode == 'FAST_COMPILE':
mode_with_gpu = theano.compile.mode.get_mode('FAST_RUN').including('gpu') mode_with_gpu = theano.compile.mode.get_mode('FAST_RUN').including('gpu')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论