提交 35ab10ca authored 作者: Vincent Dumoulin's avatar Vincent Dumoulin

Mention 'deconvolution' in docstring

上级 8320eac8
...@@ -220,8 +220,7 @@ def conv2d_transpose(input, filters, output_shape, filter_shape=None, ...@@ -220,8 +220,7 @@ def conv2d_transpose(input, filters, output_shape, filter_shape=None,
GPU. Otherwise, it is the *CorrMM* convolution that will be used GPU. Otherwise, it is the *CorrMM* convolution that will be used
"caffe style convolution". "caffe style convolution".
This is only supported in Theano 0.8 or the development This operation is also sometimes called "deconvolution".
version until it is released.
The parameter filter_dilation is an implementation of `dilated The parameter filter_dilation is an implementation of `dilated
convolution <https://arxiv.org/pdf/1511.07122v3.pdf>`_. convolution <https://arxiv.org/pdf/1511.07122v3.pdf>`_.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论