Skip to content

Commit ad28732

Browse files
committed
update docs
1 parent fb2ff66 commit ad28732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorlayer/layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,8 @@ class DeformableConv2dLayer(Layer):
18471847
Parameters
18481848
-----------
18491849
layer : TensorLayer layer.
1850-
offset_layer: TensorLayer layer, to predict the offset of convolutional operations. The shape of its output should be (batchsize, input height, input width, 2*(number of element in the convolutional kernel))
1851-
e.g. if apply a 3*3 kernel, the number of the last dimension should be 18 (2*3*3)
1850+
offset_layer : TensorLayer layer, to predict the offset of convolutional operations. The shape of its output should be (batchsize, input height, input width, 2*(number of element in the convolutional kernel))
1851+
e.g. if apply a 3*3 kernel, the number of the last dimension should be 18 (2*3*3)
18521852
channel_multiplier : int, The number of channels to expand to.
18531853
filter_size : tuple (height, width) for filter size.
18541854
strides : tuple (height, width) for strides.

0 commit comments

Comments
 (0)