forked from mindspore-Ecosystem/mindspore
!15874 Update Conv3d descriptions
From: @dinglinhe123 Reviewed-by: @wuxuejian,@ljl0711 Signed-off-by: @wuxuejian
This commit is contained in:
commit
dd611df9f3
|
@ -495,7 +495,7 @@ class Conv3d(_Conv):
|
|||
|
||||
where :math:`ccor` is the cross-correlation operator.
|
||||
|
||||
If the 'pad_mode' is set to be "valid", the output height and width will be
|
||||
If the 'pad_mode' is set to be "valid", the output depth, height and width will be
|
||||
:math:`\left \lfloor{1 + \frac{D_{in} + \text{padding[0]} + \text{padding[1]} - \text{kernel_size[0]} -
|
||||
(\text{kernel_size[0]} - 1) \times (\text{dilation[0]} - 1) }{\text{stride[0]}}} \right \rfloor` and
|
||||
:math:`\left \lfloor{1 + \frac{H_{in} + \text{padding[2]} + \text{padding[3]} - \text{kernel_size[1]} -
|
||||
|
|
Loading…
Reference in New Issue