提交 01f08e4c authored 作者: Frederic Bastien's avatar Frederic Bastien

Name dilated convolution to help people find it with that name.

上级 c1dfa69c
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论