提交 f5b37d59 authored 作者: lamblin's avatar lamblin

Merge pull request #1053 from nouiz/misc

Misc
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
.. note:: .. note::
Two similar implementation exists for conv2d: Two similar implementation exists for conv2d:
**theano.tensor.signal.conv.conv2d** and :func:`signal.conv2d <theano.tensor.signal.conv.conv2d>` and
**theano.tensor.nnet.conv.conv2d**. The foremer implements a traditional :func:`nnet.conv2d <theano.tensor.nnet.conv.conv2d>. The former implements a traditional
2D convolution, while the latter implements the convolutional layers 2D convolution, while the latter implements the convolutional layers
present in convolutional neural networks (where filters are 3D and pool present in convolutional neural networks (where filters are 3D and pool
over several input channels). over several input channels).
......
...@@ -18,6 +18,7 @@ except ImportError: ...@@ -18,6 +18,7 @@ except ImportError:
import theano import theano
from theano import tensor from theano import tensor
from theano.gof.python25 import any
# Skip test if cuda_ndarray is not available. # Skip test if cuda_ndarray is not available.
import theano.sandbox.cuda as cuda_ndarray import theano.sandbox.cuda as cuda_ndarray
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论