提交 c21619fa authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove one nesting level

This fixes generation of the PDF version
上级 e4c61fcb
......@@ -10,10 +10,16 @@
.. moduleauthor:: LISA
- Functions
Functions
=========
.. autofunction:: theano.tensor.nnet.neighbours.images2neibs
.. autofunction:: theano.tensor.nnet.neighbours.images2neibs
.. autofunction:: theano.tensor.nnet.neighbours.neibs2images
.. autofunction:: theano.tensor.nnet.neighbours.neibs2images
- See also: :ref:`indexing`, :ref:`lib_scan`
See also
========
- :ref:`indexing`
- :ref:`lib_scan`
......@@ -455,6 +455,7 @@ def images2neibs(ten4, neib_shape, neib_step=None, mode='valid'):
`neib_shape`, some elements are omitted. When None, this
is the same as
neib_shape(patch are disjoint)
.. note:: Currently the step size should be chosen in the way that the
corresponding dimension :math:`i` (width or height) is equal to
:math:`n * step\_size_i + neib\_shape_i` for some :math:`n`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论