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

remove duplicate listing of tensor.signal.conv.conv2d in the doc.

上级 2e42caf1
...@@ -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 foremer 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).
...@@ -26,6 +26,5 @@ TODO: Give examples for how to use these things! They are pretty complicated. ...@@ -26,6 +26,5 @@ TODO: Give examples for how to use these things! They are pretty complicated.
- :func:`nnet.conv2d <theano.tensor.nnet.conv.conv2d>`. - :func:`nnet.conv2d <theano.tensor.nnet.conv.conv2d>`.
- :func:`conv3D <theano.tensor.nnet.Conv3D.conv3D>`. - :func:`conv3D <theano.tensor.nnet.Conv3D.conv3D>`.
.. autofunction:: theano.tensor.signal.conv.conv2d
.. autofunction:: theano.tensor.nnet.conv.conv2d .. autofunction:: theano.tensor.nnet.conv.conv2d
.. autofunction:: theano.tensor.nnet.Conv3D.conv3D .. autofunction:: theano.tensor.nnet.Conv3D.conv3D
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论