Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#269 from tink2123/cherry-pick_conv
Browse files Browse the repository at this point in the history
fix conv typo in develop
  • Loading branch information
tink2123 authored Nov 2, 2018
2 parents d4b445a + b0bcec1 commit c30a5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fluid/api/api_guides/low_level/layers/conv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
对于depthwise convolution,可以设置groups等于输入通道数,此时,2D卷积的卷积核形状为[C_o, 1, f_h, f_w]。
对于pointwise convolution,卷积核的形状为[C_o, C_in, 1, 1]。

**注意**:Fluid针对depthwise convolution的GPU计算做了高度优化,您可以通过在:code:`fluid.layers.conv2d`接口设置:code:`use_cudnn=False`来使用Fluid自身优化的CUDA程序。
**注意**:Fluid针对depthwise convolution的GPU计算做了高度优化,您可以通过在 :code:`fluid.layers.conv2d`接口设置 :code:`use_cudnn=False`来使用Fluid自身优化的CUDA程序。
- 空洞卷积(dilated convolution):
Expand Down

0 comments on commit c30a5ee

Please sign in to comment.