提交 039ce7d7 authored 作者: Vincent Dumoulin's avatar Vincent Dumoulin

Add reference to 'filter_dilation' in the text

上级 1c982a47
...@@ -919,7 +919,8 @@ dilated convolutions: ...@@ -919,7 +919,8 @@ dilated convolutions:
o = \left\lfloor \frac{i + 2p - k - (k - 1)(d - 1)}{s} \right\rfloor + 1. o = \left\lfloor \frac{i + 2p - k - (k - 1)(d - 1)}{s} \right\rfloor + 1.
This translates to the following Theano code: This translates to the following Theano code using the ``filter_dilation``
parameter:
.. code-block:: python .. code-block:: python
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论