提交 c49d23bd authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #4967 from nouiz/doc_dilated_conv

Name dilated convolution to help people find it with that name.
...@@ -118,6 +118,9 @@ def conv2d(input, filters, input_shape=None, filter_shape=None, ...@@ -118,6 +118,9 @@ def conv2d(input, filters, input_shape=None, filter_shape=None,
This is only supported in Theano 0.8 or the development This is only supported in Theano 0.8 or the development
version until it is released. version until it is released.
The parameter filter_dilation is an implementation of `dilated
convolution <https://arxiv.org/pdf/1511.07122v3.pdf>`_.
""" """
if 'imshp_logical' in kwargs or 'kshp_logical' in kwargs: if 'imshp_logical' in kwargs or 'kshp_logical' in kwargs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论