提交 8b702496 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

Fix doc

上级 9fe28989
...@@ -708,8 +708,10 @@ class GpuConv(GpuOp): ...@@ -708,8 +708,10 @@ class GpuConv(GpuOp):
block size dimensions 0 (blockDim.x) used by the block size dimensions 0 (blockDim.x) used by the
GPU function. GPU function.
:param fft_opt: desactivate fft_opt optimization at the op level when :param fft_opt: desactivate fft_opt optimization at the op level when
set to False. set to False. Note that by default fft optimization
aren't enabled. See
:ref:convolution documentation <libdoc_tensor_nnet_conv>
to enable them.
""" """
self.border_mode = border_mode self.border_mode = border_mode
self.subsample = subsample self.subsample = subsample
......
...@@ -350,7 +350,7 @@ class ConvOp(OpenMPOp): ...@@ -350,7 +350,7 @@ class ConvOp(OpenMPOp):
:param verbose: passed to GpuConv :param verbose: passed to GpuConv
:type version: int or str :type version: int or str
:param version: passed to GpuConv, if version='no_fft', fft :param version: passed to GpuConv, if version='no_fft', fft
optimization will be desactivated the at the op level. optimization will be desactivated at the op level.
The 3 following parameters are used internally when we generate The 3 following parameters are used internally when we generate
the gradient when dx!=1 or dy!=1. the gradient when dx!=1 or dy!=1.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论