提交 4cc8c398 authored 作者: Frederic's avatar Frederic

remove import not used.

上级 44cffc55
...@@ -3,13 +3,13 @@ import theano ...@@ -3,13 +3,13 @@ import theano
from theano import Apply, tensor, scalar, Constant from theano import Apply, tensor, scalar, Constant
from theano.tensor import DimShuffle, discrete_dtypes from theano.tensor import DimShuffle, discrete_dtypes
from theano.gradient import grad_undefined, grad_not_implemented from theano.gradient import grad_undefined
from theano.sandbox.cuda import cuda_available, GpuOp, GpuElemwise from theano.sandbox.cuda import cuda_available, GpuOp, GpuElemwise
if cuda_available: if cuda_available:
from theano.sandbox.cuda import (basic_ops, CudaNdarrayType, from theano.sandbox.cuda import (basic_ops,
CudaNdarray, opt, GpuFromHost, opt, GpuFromHost,
HostFromGpu, host_from_gpu, HostFromGpu, host_from_gpu,
GpuDimShuffle) GpuDimShuffle)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论